Shades of Cardinal #B80B2A
Tints of Cardinal #B80B2A
RGB
CMYK
RGB Variations
Color information
#B80B2A (or 0xB80B2A) is known color: Cardinal. HEX triplet: B8, 0B and 2A. RGB value is (184,11,42). Sum of RGB (Red+Green+Blue) = 184+11+42=237 (31% of max value = 765). Red value is 184 (72.27% from 255 or 77.64% from 237); Green value is 11 (4.69% from 255 or 4.64% from 237); Blue value is 42 (16.80% from 255 or 17.72% from 237); Max value from RGB is 184 - color contains mainly: red. Hex color #B80B2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80B2A is #47F4D5. Grayscale: #424242. Windows color (decimal): -4715734 or 2755512. OLE color: 2755512.
HSL color Cylindrical-coordinate representation of color #B80B2A: hue angle of 349.25º 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 #B80B2A is Cyan = 0, Magento = 0.94, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 11 | 42 | - |
| CMYK | 0 | 0.94 | 0.77 | 0.28 |
| HSL | 349.25º | 0.89% | 0.38% | - |
| HSV(B) | 349.25º | 0.94% | 0.72% | - |
| XYZ | 20.3 | 10.6 | 3.17 | - |
| YUV | 66.26 | 114.31 | 211.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 11 | 42 | 0 | 0.94 | 0.77 | 0.28 | 349.25 | 0.89 | 0.38 |
| Hex | B8 | B | 2A | 0 | 5E | 4D | 1C | 15D | 59 | 26 |
| Octal | 270 | 13 | 52 | 0 | 136 | 115 | 34 | 535 | 131 | 46 |
| Binary | 10111000 | 1011 | 101010 | 0 | 1011110 | 1001101 | 11100 | 101011101 | 1011001 | 100110 |
Color Harmonies of #B80B2A
Complementary color
Monochromatic Colors of #B80B2A
Black with #B80B2A
Text Example
Text Example
White with #B80B2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80B2A; }
p { color: rgb(184,11,42); }
H1.HeaderClassName
{
color: #B80B2A;
}
.AnyTagClassName
{
color: #B80B2A;
}
</style>
background-color css
<style>
a { background-color: #B80B2A; }
a { background-color: rgb(184,11,42); }
div.DivClassName
{
background-color: #B80B2A;
}
.BgClassName
{
background-color: #B80B2A;
}
</style>
border-color css
<style>
span { border-color: #B80B2A; }
span { border-color: rgb(184,11,42); }
td.TdClassName
{
border-color: #B80B2A;
}
.TagClassName
{
border-color: #B80B2A;
}
</style>