Shades of Cardinal #B80E2F
Tints of Cardinal #B80E2F
RGB
CMYK
RGB Variations
Color information
#B80E2F (or 0xB80E2F) is known color: Cardinal. HEX triplet: B8, 0E and 2F. RGB value is (184,14,47). Sum of RGB (Red+Green+Blue) = 184+14+47=245 (32% of max value = 765). Red value is 184 (72.27% from 255 or 75.10% from 245); Green value is 14 (5.86% from 255 or 5.71% from 245); Blue value is 47 (18.75% from 255 or 19.18% from 245); Max value from RGB is 184 - color contains mainly: red. Hex color #B80E2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80E2F is #47F1D0. Grayscale: #444444. Windows color (decimal): -4714961 or 3083960. OLE color: 3083960.
HSL color Cylindrical-coordinate representation of color #B80E2F: hue angle of 348.35º degrees, saturation: 0.86, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #B80E2F is Cyan = 0, Magento = 0.92, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 14 | 47 | - |
| CMYK | 0 | 0.92 | 0.74 | 0.28 |
| HSL | 348.35º | 0.86% | 0.39% | - |
| HSV(B) | 348.35º | 0.92% | 0.72% | - |
| XYZ | 20.44 | 10.71 | 3.68 | - |
| YUV | 68.59 | 115.82 | 210.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 14 | 47 | 0 | 0.92 | 0.74 | 0.28 | 348.35 | 0.86 | 0.39 |
| Hex | B8 | E | 2F | 0 | 5C | 4A | 1C | 15C | 56 | 27 |
| Octal | 270 | 16 | 57 | 0 | 134 | 112 | 34 | 534 | 126 | 47 |
| Binary | 10111000 | 1110 | 101111 | 0 | 1011100 | 1001010 | 11100 | 101011100 | 1010110 | 100111 |
Color Harmonies of #B80E2F
Complementary color
Monochromatic Colors of #B80E2F
Black with #B80E2F
Text Example
Text Example
White with #B80E2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80E2F; }
p { color: rgb(184,14,47); }
H1.HeaderClassName
{
color: #B80E2F;
}
.AnyTagClassName
{
color: #B80E2F;
}
</style>
background-color css
<style>
a { background-color: #B80E2F; }
a { background-color: rgb(184,14,47); }
div.DivClassName
{
background-color: #B80E2F;
}
.BgClassName
{
background-color: #B80E2F;
}
</style>
border-color css
<style>
span { border-color: #B80E2F; }
span { border-color: rgb(184,14,47); }
td.TdClassName
{
border-color: #B80E2F;
}
.TagClassName
{
border-color: #B80E2F;
}
</style>