Shades of Cardinal #B80D39
Tints of Cardinal #B80D39
RGB
CMYK
RGB Variations
Color information
#B80D39 (or 0xB80D39) is known color: Cardinal. HEX triplet: B8, 0D and 39. RGB value is (184,13,57). Sum of RGB (Red+Green+Blue) = 184+13+57=254 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.44% from 254); Green value is 13 (5.47% from 255 or 5.12% from 254); Blue value is 57 (22.66% from 255 or 22.44% from 254); Max value from RGB is 184 - color contains mainly: red. Hex color #B80D39 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80D39 is #47F2C6. Grayscale: #454545. Windows color (decimal): -4715207 or 3739064. OLE color: 3739064.
HSL color Cylindrical-coordinate representation of color #B80D39: hue angle of 344.56º 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 #B80D39 is Cyan = 0, Magento = 0.93, Yellow = 0.69 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 13 | 57 | - |
| CMYK | 0 | 0.93 | 0.69 | 0.28 |
| HSL | 344.56º | 0.87% | 0.39% | - |
| HSV(B) | 344.56º | 0.93% | 0.72% | - |
| XYZ | 20.65 | 10.77 | 4.86 | - |
| YUV | 69.15 | 121.15 | 209.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 13 | 57 | 0 | 0.93 | 0.69 | 0.28 | 344.56 | 0.87 | 0.39 |
| Hex | B8 | D | 39 | 0 | 5D | 45 | 1C | 159 | 57 | 27 |
| Octal | 270 | 15 | 71 | 0 | 135 | 105 | 34 | 531 | 127 | 47 |
| Binary | 10111000 | 1101 | 111001 | 0 | 1011101 | 1000101 | 11100 | 101011001 | 1010111 | 100111 |
Color Harmonies of #B80D39
Complementary color
Monochromatic Colors of #B80D39
Black with #B80D39
Text Example
Text Example
White with #B80D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80D39; }
p { color: rgb(184,13,57); }
H1.HeaderClassName
{
color: #B80D39;
}
.AnyTagClassName
{
color: #B80D39;
}
</style>
background-color css
<style>
a { background-color: #B80D39; }
a { background-color: rgb(184,13,57); }
div.DivClassName
{
background-color: #B80D39;
}
.BgClassName
{
background-color: #B80D39;
}
</style>
border-color css
<style>
span { border-color: #B80D39; }
span { border-color: rgb(184,13,57); }
td.TdClassName
{
border-color: #B80D39;
}
.TagClassName
{
border-color: #B80D39;
}
</style>