Shades of Cardinal #B80D3C
Tints of Cardinal #B80D3C
RGB
CMYK
RGB Variations
Color information
#B80D3C (or 0xB80D3C) is known color: Cardinal. HEX triplet: B8, 0D and 3C. RGB value is (184,13,60). Sum of RGB (Red+Green+Blue) = 184+13+60=257 (34% of max value = 765). Red value is 184 (72.27% from 255 or 71.60% from 257); Green value is 13 (5.47% from 255 or 5.06% from 257); Blue value is 60 (23.83% from 255 or 23.35% from 257); Max value from RGB is 184 - color contains mainly: red. Hex color #B80D3C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80D3C is #47F2C3. Grayscale: #454545. Windows color (decimal): -4715204 or 3935672. OLE color: 3935672.
HSL color Cylindrical-coordinate representation of color #B80D3C: hue angle of 343.51º 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 #B80D3C is Cyan = 0, Magento = 0.93, Yellow = 0.67 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 13 | 60 | - |
| CMYK | 0 | 0.93 | 0.67 | 0.28 |
| HSL | 343.51º | 0.87% | 0.39% | - |
| HSV(B) | 343.51º | 0.93% | 0.72% | - |
| XYZ | 20.73 | 10.8 | 5.27 | - |
| YUV | 69.49 | 122.65 | 209.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 13 | 60 | 0 | 0.93 | 0.67 | 0.28 | 343.51 | 0.87 | 0.39 |
| Hex | B8 | D | 3C | 0 | 5D | 43 | 1C | 158 | 57 | 27 |
| Octal | 270 | 15 | 74 | 0 | 135 | 103 | 34 | 530 | 127 | 47 |
| Binary | 10111000 | 1101 | 111100 | 0 | 1011101 | 1000011 | 11100 | 101011000 | 1010111 | 100111 |
Color Harmonies of #B80D3C
Complementary color
Monochromatic Colors of #B80D3C
Black with #B80D3C
Text Example
Text Example
White with #B80D3C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80D3C; }
p { color: rgb(184,13,60); }
H1.HeaderClassName
{
color: #B80D3C;
}
.AnyTagClassName
{
color: #B80D3C;
}
</style>
background-color css
<style>
a { background-color: #B80D3C; }
a { background-color: rgb(184,13,60); }
div.DivClassName
{
background-color: #B80D3C;
}
.BgClassName
{
background-color: #B80D3C;
}
</style>
border-color css
<style>
span { border-color: #B80D3C; }
span { border-color: rgb(184,13,60); }
td.TdClassName
{
border-color: #B80D3C;
}
.TagClassName
{
border-color: #B80D3C;
}
</style>