Shades of Cardinal #B80A43
Tints of Cardinal #B80A43
RGB
CMYK
RGB Variations
Color information
#B80A43 (or 0xB80A43) is known color: Cardinal. HEX triplet: B8, 0A and 43. RGB value is (184,10,67). Sum of RGB (Red+Green+Blue) = 184+10+67=261 (34% of max value = 765). Red value is 184 (72.27% from 255 or 70.50% from 261); Green value is 10 (4.30% from 255 or 3.83% from 261); Blue value is 67 (26.56% from 255 or 25.67% from 261); Max value from RGB is 184 - color contains mainly: red. Hex color #B80A43 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80A43 is #47F5BC. Grayscale: #444444. Windows color (decimal): -4715965 or 4393656. OLE color: 4393656.
HSL color Cylindrical-coordinate representation of color #B80A43: hue angle of 340.34º 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 #B80A43 is Cyan = 0, Magento = 0.95, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 10 | 67 | - |
| CMYK | 0 | 0.95 | 0.64 | 0.28 |
| HSL | 340.34º | 0.9% | 0.38% | - |
| HSV(B) | 340.34º | 0.95% | 0.72% | - |
| XYZ | 20.89 | 10.81 | 6.3 | - |
| YUV | 68.52 | 127.15 | 210.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 10 | 67 | 0 | 0.95 | 0.64 | 0.28 | 340.34 | 0.9 | 0.38 |
| Hex | B8 | A | 43 | 0 | 5F | 40 | 1C | 154 | 5A | 26 |
| Octal | 270 | 12 | 103 | 0 | 137 | 100 | 34 | 524 | 132 | 46 |
| Binary | 10111000 | 1010 | 1000011 | 0 | 1011111 | 1000000 | 11100 | 101010100 | 1011010 | 100110 |
Color Harmonies of #B80A43
Complementary color
Monochromatic Colors of #B80A43
Black with #B80A43
Text Example
Text Example
White with #B80A43
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80A43; }
p { color: rgb(184,10,67); }
H1.HeaderClassName
{
color: #B80A43;
}
.AnyTagClassName
{
color: #B80A43;
}
</style>
background-color css
<style>
a { background-color: #B80A43; }
a { background-color: rgb(184,10,67); }
div.DivClassName
{
background-color: #B80A43;
}
.BgClassName
{
background-color: #B80A43;
}
</style>
border-color css
<style>
span { border-color: #B80A43; }
span { border-color: rgb(184,10,67); }
td.TdClassName
{
border-color: #B80A43;
}
.TagClassName
{
border-color: #B80A43;
}
</style>