#be2241

Color #BE2241 Cardinal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cardinal #BE2241

Tints of Cardinal #BE2241

Color information

#BE2241 (or 0xBE2241) is unknown color: approx Cardinal. HEX triplet: BE, 22 and 41. RGB value is (190,34,65). Sum of RGB (Red+Green+Blue) = 190+34+65=289 (38% of max value = 765). Red value is 190 (74.61% from 255 or 65.74% from 289); Green value is 34 (13.67% from 255 or 11.76% from 289); Blue value is 65 (25.78% from 255 or 22.49% from 289); Max value from RGB is 190 - color contains mainly: red. Hex color #BE2241 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BE2241 is #41DDBE. Grayscale: #545454. Windows color (decimal): -4316607 or 4268734. OLE color: 4268734.

HSL color Cylindrical-coordinate representation of color #BE2241: hue angle of 348.08º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #BE2241 is Cyan = 0, Magento = 0.82, Yellow = 0.66 and Black (K on CMYK) = 0.25.

Color convert

RGB1903465-
CMYK00.820.660.25
HSL348.08º69.64%43.92%-
HSV(B)348.08º82.11%74.51%-
XYZ22.7612.476.21-
YUV84.18117.18203.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 190 (74.61% from 255) = 65.74%
GREEN value IS 34 (13.67% from 255) = 11.76%
BLUE value IS 65 (25.78% from 255) = 22.49%
R=65.74%
G=11.76%
B=22.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.66
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal190346500.820.660.25348.0869.6443.92
HexBE2241052421915c462c
Octal2764210101221023153410654
Binary101111101000101000001010100101000010110011010111001000110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #be2241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #be2241; }

 p { color: rgb(190,34,65); }

 H1.HeaderClassName
 {
   color: #be2241;
 }
 .AnyTagClassName
 {
   color: #be2241;
 }
</style>
background-color css

<style>
 a { background-color: #be2241; }

 a { background-color: rgb(190,34,65); }

 div.DivClassName
 {
   background-color: #be2241;
 }
 .BgClassName
 {
   background-color: #be2241;
 }
</style>
border-color css

<style>
 span { border-color: #be2241; }

 span { border-color: rgb(190,34,65); }

 td.TdClassName
 {
   border-color: #be2241;
 }
 .TagClassName
 {
   border-color: #be2241;
 }
</style>