Shades of Cardinal #B80A40
Tints of Cardinal #B80A40
RGB
CMYK
RGB Variations
Color information
#B80A40 (or 0xB80A40) is known color: Cardinal. HEX triplet: B8, 0A and 40. RGB value is (184,10,64). Sum of RGB (Red+Green+Blue) = 184+10+64=258 (34% of max value = 765). Red value is 184 (72.27% from 255 or 71.32% from 258); Green value is 10 (4.30% from 255 or 3.88% from 258); Blue value is 64 (25.39% from 255 or 24.81% from 258); Max value from RGB is 184 - color contains mainly: red. Hex color #B80A40 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80A40 is #47F5BF. Grayscale: #444444. Windows color (decimal): -4715968 or 4197048. OLE color: 4197048.
HSL color Cylindrical-coordinate representation of color #B80A40: hue angle of 341.38º 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 #B80A40 is Cyan = 0, Magento = 0.95, Yellow = 0.65 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 10 | 64 | - |
| CMYK | 0 | 0.95 | 0.65 | 0.28 |
| HSL | 341.38º | 0.9% | 0.38% | - |
| HSV(B) | 341.38º | 0.95% | 0.72% | - |
| XYZ | 20.8 | 10.78 | 5.83 | - |
| YUV | 68.18 | 125.65 | 210.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 10 | 64 | 0 | 0.95 | 0.65 | 0.28 | 341.38 | 0.9 | 0.38 |
| Hex | B8 | A | 40 | 0 | 5F | 41 | 1C | 155 | 5A | 26 |
| Octal | 270 | 12 | 100 | 0 | 137 | 101 | 34 | 525 | 132 | 46 |
| Binary | 10111000 | 1010 | 1000000 | 0 | 1011111 | 1000001 | 11100 | 101010101 | 1011010 | 100110 |
Color Harmonies of #B80A40
Complementary color
Monochromatic Colors of #B80A40
Black with #B80A40
Text Example
Text Example
White with #B80A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80A40; }
p { color: rgb(184,10,64); }
H1.HeaderClassName
{
color: #B80A40;
}
.AnyTagClassName
{
color: #B80A40;
}
</style>
background-color css
<style>
a { background-color: #B80A40; }
a { background-color: rgb(184,10,64); }
div.DivClassName
{
background-color: #B80A40;
}
.BgClassName
{
background-color: #B80A40;
}
</style>
border-color css
<style>
span { border-color: #B80A40; }
span { border-color: rgb(184,10,64); }
td.TdClassName
{
border-color: #B80A40;
}
.TagClassName
{
border-color: #B80A40;
}
</style>