Shades of Cardinal #B80943
Tints of Cardinal #B80943
RGB
CMYK
RGB Variations
Color information
#B80943 (or 0xB80943) is known color: Cardinal. HEX triplet: B8, 09 and 43. RGB value is (184,9,67). Sum of RGB (Red+Green+Blue) = 184+9+67=260 (34% of max value = 765). Red value is 184 (72.27% from 255 or 70.77% from 260); Green value is 9 (3.91% from 255 or 3.46% from 260); Blue value is 67 (26.56% from 255 or 25.77% from 260); Max value from RGB is 184 - color contains mainly: red. Hex color #B80943 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80943 is #47F6BC. Grayscale: #434343. Windows color (decimal): -4716221 or 4393400. OLE color: 4393400.
HSL color Cylindrical-coordinate representation of color #B80943: hue angle of 340.11º degrees, saturation: 0.91, 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 #B80943 is Cyan = 0, Magento = 0.95, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 9 | 67 | - |
| CMYK | 0 | 0.95 | 0.64 | 0.28 |
| HSL | 340.11º | 0.91% | 0.38% | - |
| HSV(B) | 340.11º | 0.95% | 0.72% | - |
| XYZ | 20.88 | 10.79 | 6.29 | - |
| YUV | 67.94 | 127.48 | 210.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 9 | 67 | 0 | 0.95 | 0.64 | 0.28 | 340.11 | 0.91 | 0.38 |
| Hex | B8 | 9 | 43 | 0 | 5F | 40 | 1C | 154 | 5B | 26 |
| Octal | 270 | 11 | 103 | 0 | 137 | 100 | 34 | 524 | 133 | 46 |
| Binary | 10111000 | 1001 | 1000011 | 0 | 1011111 | 1000000 | 11100 | 101010100 | 1011011 | 100110 |
Color Harmonies of #B80943
Complementary color
Monochromatic Colors of #B80943
Black with #B80943
Text Example
Text Example
White with #B80943
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80943; }
p { color: rgb(184,9,67); }
H1.HeaderClassName
{
color: #B80943;
}
.AnyTagClassName
{
color: #B80943;
}
</style>
background-color css
<style>
a { background-color: #B80943; }
a { background-color: rgb(184,9,67); }
div.DivClassName
{
background-color: #B80943;
}
.BgClassName
{
background-color: #B80943;
}
</style>
border-color css
<style>
span { border-color: #B80943; }
span { border-color: rgb(184,9,67); }
td.TdClassName
{
border-color: #B80943;
}
.TagClassName
{
border-color: #B80943;
}
</style>