#b80c32

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

Shades of Cardinal #B80C32

Tints of Cardinal #B80C32

Color information

#B80C32 (or 0xB80C32) is unknown color: approx Cardinal. HEX triplet: B8, 0C and 32. RGB value is (184,12,50). Sum of RGB (Red+Green+Blue) = 184+12+50=246 (32% of max value = 765). Red value is 184 (72.27% from 255 or 74.80% from 246); Green value is 12 (5.08% from 255 or 4.88% from 246); Blue value is 50 (19.92% from 255 or 20.33% from 246); Max value from RGB is 184 - color contains mainly: red. Hex color #B80C32 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80C32 is #47F3CD. Grayscale: #434343. Windows color (decimal): -4715470 or 3280056. OLE color: 3280056.

HSL color Cylindrical-coordinate representation of color #B80C32: hue angle of 346.74º degrees, saturation: 0.88, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B80C32 is Cyan = 0, Magento = 0.93, Yellow = 0.73 and Black (K on CMYK) = 0.28.

Color convert

RGB1841250-
CMYK00.930.730.28
HSL346.74º87.76%38.43%-
HSV(B)346.74º93.48%72.16%-
XYZ20.4710.684-
YUV67.76117.98210.91-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 74.80%
GREEN value IS 12 (5.08% from 255) = 4.88%
BLUE value IS 50 (19.92% from 255) = 20.33%
R=74.80%
G=4.88%
B=20.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.73
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184125000.930.730.28346.7487.7638.43
HexB8C3205D491C15b5826
Octal270146201351113453313046
Binary101110001100110010010111011001001111001010110111011000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b80c32

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b80c32; }

 p { color: rgb(184,12,50); }

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

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

 a { background-color: rgb(184,12,50); }

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

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

 span { border-color: rgb(184,12,50); }

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