#B81C29

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

Shades of Cardinal #B81C29

Tints of Cardinal #B81C29

Color information

#B81C29 (or 0xB81C29) is unknown color: approx Cardinal. HEX triplet: B8, 1C and 29. RGB value is (184,28,41). Sum of RGB (Red+Green+Blue) = 184+28+41=253 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.73% from 253); Green value is 28 (11.33% from 255 or 11.07% from 253); Blue value is 41 (16.41% from 255 or 16.21% from 253); Max value from RGB is 184 - color contains mainly: red. Hex color #B81C29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B81C29 is #47E3D6. Grayscale: #4C4C4C. Windows color (decimal): -4711383 or 2694328. OLE color: 2694328.

HSL color Cylindrical-coordinate representation of color #B81C29: hue angle of 355º 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 #B81C29 is Cyan = 0, Magento = 0.85, Yellow = 0.78 and Black (K on CMYK) = 0.28.

Color convert

RGB1842841-
CMYK00.850.780.28
HSL355º73.58%41.57%-
HSV(B)355º84.78%72.16%-
XYZ20.5811.183.17-
YUV76.13108.18204.94-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 72.73%
GREEN value IS 28 (11.33% from 255) = 11.07%
BLUE value IS 41 (16.41% from 255) = 16.21%
R=72.73%
G=11.07%
B=16.21%

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
Decimal184284100.850.780.2835573.5841.57
HexB81C290554E1C1634a2a
Octal270345101251163454311252
Binary1011100011100101001010101011001110111001011000111001010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B81C29

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B81C29; }

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

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

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

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

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

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

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

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