Shades of Cardinal #B80E32
Tints of Cardinal #B80E32
RGB
CMYK
RGB Variations
Color information
#B80E32 (or 0xB80E32) is known color: Cardinal. HEX triplet: B8, 0E and 32. RGB value is (184,14,50). Sum of RGB (Red+Green+Blue) = 184+14+50=248 (32% of max value = 765). Red value is 184 (72.27% from 255 or 74.19% from 248); Green value is 14 (5.86% from 255 or 5.65% from 248); Blue value is 50 (19.92% from 255 or 20.16% from 248); Max value from RGB is 184 - color contains mainly: red. Hex color #B80E32 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80E32 is #47F1CD. Grayscale: #444444. Windows color (decimal): -4714958 or 3280568. OLE color: 3280568.
HSL color Cylindrical-coordinate representation of color #B80E32: hue angle of 347.29º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B80E32 is Cyan = 0, Magento = 0.92, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 14 | 50 | - |
| CMYK | 0 | 0.92 | 0.73 | 0.28 |
| HSL | 347.29º | 0.86% | 0.39% | - |
| HSV(B) | 347.29º | 0.92% | 0.72% | - |
| XYZ | 20.5 | 10.73 | 4.01 | - |
| YUV | 68.93 | 117.32 | 210.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 14 | 50 | 0 | 0.92 | 0.73 | 0.28 | 347.29 | 0.86 | 0.39 |
| Hex | B8 | E | 32 | 0 | 5C | 49 | 1C | 15B | 56 | 27 |
| Octal | 270 | 16 | 62 | 0 | 134 | 111 | 34 | 533 | 126 | 47 |
| Binary | 10111000 | 1110 | 110010 | 0 | 1011100 | 1001001 | 11100 | 101011011 | 1010110 | 100111 |
Color Harmonies of #B80E32
Complementary color
Monochromatic Colors of #B80E32
Black with #B80E32
Text Example
Text Example
White with #B80E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80E32; }
p { color: rgb(184,14,50); }
H1.HeaderClassName
{
color: #B80E32;
}
.AnyTagClassName
{
color: #B80E32;
}
</style>
background-color css
<style>
a { background-color: #B80E32; }
a { background-color: rgb(184,14,50); }
div.DivClassName
{
background-color: #B80E32;
}
.BgClassName
{
background-color: #B80E32;
}
</style>
border-color css
<style>
span { border-color: #B80E32; }
span { border-color: rgb(184,14,50); }
td.TdClassName
{
border-color: #B80E32;
}
.TagClassName
{
border-color: #B80E32;
}
</style>