Shades of Cardinal #B80B32
Tints of Cardinal #B80B32
RGB
CMYK
RGB Variations
Color information
#B80B32 (or 0xB80B32) is known color: Cardinal. HEX triplet: B8, 0B and 32. RGB value is (184,11,50). Sum of RGB (Red+Green+Blue) = 184+11+50=245 (32% of max value = 765). Red value is 184 (72.27% from 255 or 75.10% from 245); Green value is 11 (4.69% from 255 or 4.49% from 245); Blue value is 50 (19.92% from 255 or 20.41% from 245); Max value from RGB is 184 - color contains mainly: red. Hex color #B80B32 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80B32 is #47F4CD. Grayscale: #434343. Windows color (decimal): -4715726 or 3279800. OLE color: 3279800.
HSL color Cylindrical-coordinate representation of color #B80B32: hue angle of 346.47º degrees, saturation: 0.89, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #B80B32 is Cyan = 0, Magento = 0.94, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 11 | 50 | - |
| CMYK | 0 | 0.94 | 0.73 | 0.28 |
| HSL | 346.47º | 0.89% | 0.38% | - |
| HSV(B) | 346.47º | 0.94% | 0.72% | - |
| XYZ | 20.46 | 10.66 | 4 | - |
| YUV | 67.17 | 118.31 | 211.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 11 | 50 | 0 | 0.94 | 0.73 | 0.28 | 346.47 | 0.89 | 0.38 |
| Hex | B8 | B | 32 | 0 | 5E | 49 | 1C | 15A | 59 | 26 |
| Octal | 270 | 13 | 62 | 0 | 136 | 111 | 34 | 532 | 131 | 46 |
| Binary | 10111000 | 1011 | 110010 | 0 | 1011110 | 1001001 | 11100 | 101011010 | 1011001 | 100110 |
Color Harmonies of #B80B32
Complementary color
Monochromatic Colors of #B80B32
Black with #B80B32
Text Example
Text Example
White with #B80B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80B32; }
p { color: rgb(184,11,50); }
H1.HeaderClassName
{
color: #B80B32;
}
.AnyTagClassName
{
color: #B80B32;
}
</style>
background-color css
<style>
a { background-color: #B80B32; }
a { background-color: rgb(184,11,50); }
div.DivClassName
{
background-color: #B80B32;
}
.BgClassName
{
background-color: #B80B32;
}
</style>
border-color css
<style>
span { border-color: #B80B32; }
span { border-color: rgb(184,11,50); }
td.TdClassName
{
border-color: #B80B32;
}
.TagClassName
{
border-color: #B80B32;
}
</style>