Shades of Cardinal #B80D2D
Tints of Cardinal #B80D2D
RGB
CMYK
RGB Variations
Color information
#B80D2D (or 0xB80D2D) is known color: Cardinal. HEX triplet: B8, 0D and 2D. RGB value is (184,13,45). Sum of RGB (Red+Green+Blue) = 184+13+45=242 (32% of max value = 765). Red value is 184 (72.27% from 255 or 76.03% from 242); Green value is 13 (5.47% from 255 or 5.37% from 242); Blue value is 45 (17.97% from 255 or 18.60% from 242); Max value from RGB is 184 - color contains mainly: red. Hex color #B80D2D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80D2D is #47F2D2. Grayscale: #434343. Windows color (decimal): -4715219 or 2952632. OLE color: 2952632.
HSL color Cylindrical-coordinate representation of color #B80D2D: hue angle of 348.77º 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 #B80D2D is Cyan = 0, Magento = 0.93, Yellow = 0.76 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 13 | 45 | - |
| CMYK | 0 | 0.93 | 0.76 | 0.28 |
| HSL | 348.77º | 0.87% | 0.39% | - |
| HSV(B) | 348.77º | 0.93% | 0.72% | - |
| XYZ | 20.38 | 10.67 | 3.47 | - |
| YUV | 67.78 | 115.15 | 210.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 13 | 45 | 0 | 0.93 | 0.76 | 0.28 | 348.77 | 0.87 | 0.39 |
| Hex | B8 | D | 2D | 0 | 5D | 4C | 1C | 15D | 57 | 27 |
| Octal | 270 | 15 | 55 | 0 | 135 | 114 | 34 | 535 | 127 | 47 |
| Binary | 10111000 | 1101 | 101101 | 0 | 1011101 | 1001100 | 11100 | 101011101 | 1010111 | 100111 |
Color Harmonies of #B80D2D
Complementary color
Monochromatic Colors of #B80D2D
Black with #B80D2D
Text Example
Text Example
White with #B80D2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80D2D; }
p { color: rgb(184,13,45); }
H1.HeaderClassName
{
color: #B80D2D;
}
.AnyTagClassName
{
color: #B80D2D;
}
</style>
background-color css
<style>
a { background-color: #B80D2D; }
a { background-color: rgb(184,13,45); }
div.DivClassName
{
background-color: #B80D2D;
}
.BgClassName
{
background-color: #B80D2D;
}
</style>
border-color css
<style>
span { border-color: #B80D2D; }
span { border-color: rgb(184,13,45); }
td.TdClassName
{
border-color: #B80D2D;
}
.TagClassName
{
border-color: #B80D2D;
}
</style>