Shades of Cardinal #B80A2F
Tints of Cardinal #B80A2F
RGB
CMYK
RGB Variations
Color information
#B80A2F (or 0xB80A2F) is known color: Cardinal. HEX triplet: B8, 0A and 2F. RGB value is (184,10,47). Sum of RGB (Red+Green+Blue) = 184+10+47=241 (31% of max value = 765). Red value is 184 (72.27% from 255 or 76.35% from 241); Green value is 10 (4.30% from 255 or 4.15% from 241); Blue value is 47 (18.75% from 255 or 19.50% from 241); Max value from RGB is 184 - color contains mainly: red. Hex color #B80A2F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80A2F is #47F5D0. Grayscale: #424242. Windows color (decimal): -4715985 or 3082936. OLE color: 3082936.
HSL color Cylindrical-coordinate representation of color #B80A2F: hue angle of 347.24º degrees, saturation: 0.9, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #B80A2F is Cyan = 0, Magento = 0.95, Yellow = 0.74 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 10 | 47 | - |
| CMYK | 0 | 0.95 | 0.74 | 0.28 |
| HSL | 347.24º | 0.9% | 0.38% | - |
| HSV(B) | 347.24º | 0.95% | 0.72% | - |
| XYZ | 20.39 | 10.61 | 3.66 | - |
| YUV | 66.24 | 117.15 | 211.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 10 | 47 | 0 | 0.95 | 0.74 | 0.28 | 347.24 | 0.9 | 0.38 |
| Hex | B8 | A | 2F | 0 | 5F | 4A | 1C | 15B | 5A | 26 |
| Octal | 270 | 12 | 57 | 0 | 137 | 112 | 34 | 533 | 132 | 46 |
| Binary | 10111000 | 1010 | 101111 | 0 | 1011111 | 1001010 | 11100 | 101011011 | 1011010 | 100110 |
Color Harmonies of #B80A2F
Complementary color
Monochromatic Colors of #B80A2F
Black with #B80A2F
Text Example
Text Example
White with #B80A2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80A2F; }
p { color: rgb(184,10,47); }
H1.HeaderClassName
{
color: #B80A2F;
}
.AnyTagClassName
{
color: #B80A2F;
}
</style>
background-color css
<style>
a { background-color: #B80A2F; }
a { background-color: rgb(184,10,47); }
div.DivClassName
{
background-color: #B80A2F;
}
.BgClassName
{
background-color: #B80A2F;
}
</style>
border-color css
<style>
span { border-color: #B80A2F; }
span { border-color: rgb(184,10,47); }
td.TdClassName
{
border-color: #B80A2F;
}
.TagClassName
{
border-color: #B80A2F;
}
</style>