#B81E40

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

Shades of Cardinal #B81E40

Tints of Cardinal #B81E40

Color information

#B81E40 (or 0xB81E40) is unknown color: approx Cardinal. HEX triplet: B8, 1E and 40. RGB value is (184,30,64). Sum of RGB (Red+Green+Blue) = 184+30+64=278 (36% of max value = 765). Red value is 184 (72.27% from 255 or 66.19% from 278); Green value is 30 (12.11% from 255 or 10.79% from 278); Blue value is 64 (25.39% from 255 or 23.02% from 278); Max value from RGB is 184 - color contains mainly: red. Hex color #B81E40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B81E40 is #47E1BF. Grayscale: #4F4F4F. Windows color (decimal): -4710848 or 4202168. OLE color: 4202168.

HSL color Cylindrical-coordinate representation of color #B81E40: hue angle of 346.75º degrees, saturation: 0.72, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B81E40 is Cyan = 0, Magento = 0.84, Yellow = 0.65 and Black (K on CMYK) = 0.28.

Color convert

RGB1843064-
CMYK00.840.650.28
HSL346.75º71.96%41.96%-
HSV(B)346.75º83.7%72.16%-
XYZ21.1611.495.95-
YUV79.92119.02202.24-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 66.19%
GREEN value IS 30 (12.11% from 255) = 10.79%
BLUE value IS 64 (25.39% from 255) = 23.02%
R=66.19%
G=10.79%
B=23.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.65
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184306400.840.650.28346.7571.9641.96
HexB81E40054411C15b482a
Octal2703610001241013453311052
Binary10111000111101000000010101001000001111001010110111001000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B81E40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B81E40; }

 p { color: rgb(184,30,64); }

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

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

 a { background-color: rgb(184,30,64); }

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

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

 span { border-color: rgb(184,30,64); }

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