Shades of Cardinal #B80B36
Tints of Cardinal #B80B36
RGB
CMYK
RGB Variations
Color information
#B80B36 (or 0xB80B36) is known color: Cardinal. HEX triplet: B8, 0B and 36. RGB value is (184,11,54). Sum of RGB (Red+Green+Blue) = 184+11+54=249 (32% of max value = 765). Red value is 184 (72.27% from 255 or 73.90% from 249); Green value is 11 (4.69% from 255 or 4.42% from 249); Blue value is 54 (21.48% from 255 or 21.69% from 249); Max value from RGB is 184 - color contains mainly: red. Hex color #B80B36 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80B36 is #47F4C9. Grayscale: #434343. Windows color (decimal): -4715722 or 3541944. OLE color: 3541944.
HSL color Cylindrical-coordinate representation of color #B80B36: hue angle of 345.09º 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 #B80B36 is Cyan = 0, Magento = 0.94, Yellow = 0.71 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 11 | 54 | - |
| CMYK | 0 | 0.94 | 0.71 | 0.28 |
| HSL | 345.09º | 0.89% | 0.38% | - |
| HSV(B) | 345.09º | 0.94% | 0.72% | - |
| XYZ | 20.55 | 10.7 | 4.47 | - |
| YUV | 67.63 | 120.31 | 211 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 11 | 54 | 0 | 0.94 | 0.71 | 0.28 | 345.09 | 0.89 | 0.38 |
| Hex | B8 | B | 36 | 0 | 5E | 47 | 1C | 159 | 59 | 26 |
| Octal | 270 | 13 | 66 | 0 | 136 | 107 | 34 | 531 | 131 | 46 |
| Binary | 10111000 | 1011 | 110110 | 0 | 1011110 | 1000111 | 11100 | 101011001 | 1011001 | 100110 |
Color Harmonies of #B80B36
Complementary color
Monochromatic Colors of #B80B36
Black with #B80B36
Text Example
Text Example
White with #B80B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80B36; }
p { color: rgb(184,11,54); }
H1.HeaderClassName
{
color: #B80B36;
}
.AnyTagClassName
{
color: #B80B36;
}
</style>
background-color css
<style>
a { background-color: #B80B36; }
a { background-color: rgb(184,11,54); }
div.DivClassName
{
background-color: #B80B36;
}
.BgClassName
{
background-color: #B80B36;
}
</style>
border-color css
<style>
span { border-color: #B80B36; }
span { border-color: rgb(184,11,54); }
td.TdClassName
{
border-color: #B80B36;
}
.TagClassName
{
border-color: #B80B36;
}
</style>