Shades of Cardinal #B80D2A
Tints of Cardinal #B80D2A
RGB
CMYK
RGB Variations
Color information
#B80D2A (or 0xB80D2A) is known color: Cardinal. HEX triplet: B8, 0D and 2A. RGB value is (184,13,42). Sum of RGB (Red+Green+Blue) = 184+13+42=239 (31% of max value = 765). Red value is 184 (72.27% from 255 or 76.99% from 239); Green value is 13 (5.47% from 255 or 5.44% from 239); Blue value is 42 (16.80% from 255 or 17.57% from 239); Max value from RGB is 184 - color contains mainly: red. Hex color #B80D2A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80D2A is #47F2D5. Grayscale: #434343. Windows color (decimal): -4715222 or 2756024. OLE color: 2756024.
HSL color Cylindrical-coordinate representation of color #B80D2A: hue angle of 349.82º degrees, saturation: 0.87, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #B80D2A is Cyan = 0, Magento = 0.93, Yellow = 0.77 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 13 | 42 | - |
| CMYK | 0 | 0.93 | 0.77 | 0.28 |
| HSL | 349.82º | 0.87% | 0.39% | - |
| HSV(B) | 349.82º | 0.93% | 0.72% | - |
| XYZ | 20.33 | 10.65 | 3.17 | - |
| YUV | 67.44 | 113.65 | 211.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 13 | 42 | 0 | 0.93 | 0.77 | 0.28 | 349.82 | 0.87 | 0.39 |
| Hex | B8 | D | 2A | 0 | 5D | 4D | 1C | 15E | 57 | 27 |
| Octal | 270 | 15 | 52 | 0 | 135 | 115 | 34 | 536 | 127 | 47 |
| Binary | 10111000 | 1101 | 101010 | 0 | 1011101 | 1001101 | 11100 | 101011110 | 1010111 | 100111 |
Color Harmonies of #B80D2A
Complementary color
Monochromatic Colors of #B80D2A
Black with #B80D2A
Text Example
Text Example
White with #B80D2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80D2A; }
p { color: rgb(184,13,42); }
H1.HeaderClassName
{
color: #B80D2A;
}
.AnyTagClassName
{
color: #B80D2A;
}
</style>
background-color css
<style>
a { background-color: #B80D2A; }
a { background-color: rgb(184,13,42); }
div.DivClassName
{
background-color: #B80D2A;
}
.BgClassName
{
background-color: #B80D2A;
}
</style>
border-color css
<style>
span { border-color: #B80D2A; }
span { border-color: rgb(184,13,42); }
td.TdClassName
{
border-color: #B80D2A;
}
.TagClassName
{
border-color: #B80D2A;
}
</style>