#B81C28

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

Shades of Cardinal #B81C28

Tints of Cardinal #B81C28

Color information

#B81C28 (or 0xB81C28) is unknown color: approx Cardinal. HEX triplet: B8, 1C and 28. RGB value is (184,28,40). Sum of RGB (Red+Green+Blue) = 184+28+40=252 (33% of max value = 765). Red value is 184 (72.27% from 255 or 73.02% from 252); Green value is 28 (11.33% from 255 or 11.11% from 252); Blue value is 40 (16.02% from 255 or 15.87% from 252); Max value from RGB is 184 - color contains mainly: red. Hex color #B81C28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B81C28 is #47E3D7. Grayscale: #4C4C4C. Windows color (decimal): -4711384 or 2628792. OLE color: 2628792.

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

Color convert

RGB1842840-
CMYK00.850.780.28
HSL355.38º73.58%41.57%-
HSV(B)355.38º84.78%72.16%-
XYZ20.5711.173.08-
YUV76.01107.68205.02-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 73.02%
GREEN value IS 28 (11.33% from 255) = 11.11%
BLUE value IS 40 (16.02% from 255) = 15.87%
R=73.02%
G=11.11%
B=15.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.78
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184284000.850.780.28355.3873.5841.57
HexB81C280554E1C1634a2a
Octal270345001251163454311252
Binary1011100011100101000010101011001110111001011000111001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B81C28

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B81C28; }

 p { color: rgb(184,28,40); }

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

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

 a { background-color: rgb(184,28,40); }

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

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

 span { border-color: rgb(184,28,40); }

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