Shades of Cardinal #B80947
Tints of Cardinal #B80947
RGB
CMYK
RGB Variations
Color information
#B80947 (or 0xB80947) is known color: Cardinal. HEX triplet: B8, 09 and 47. RGB value is (184,9,71). Sum of RGB (Red+Green+Blue) = 184+9+71=264 (34% of max value = 765). Red value is 184 (72.27% from 255 or 69.70% from 264); Green value is 9 (3.91% from 255 or 3.41% from 264); Blue value is 71 (28.12% from 255 or 26.89% from 264); Max value from RGB is 184 - color contains mainly: red. Hex color #B80947 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B80947 is #47F6B8. Grayscale: #444444. Windows color (decimal): -4716217 or 4655544. OLE color: 4655544.
HSL color Cylindrical-coordinate representation of color #B80947: hue angle of 338.74º 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 #B80947 is Cyan = 0, Magento = 0.95, Yellow = 0.61 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 9 | 71 | - |
| CMYK | 0 | 0.95 | 0.61 | 0.28 |
| HSL | 338.74º | 0.91% | 0.38% | - |
| HSV(B) | 338.74º | 0.95% | 0.72% | - |
| XYZ | 21 | 10.84 | 6.95 | - |
| YUV | 68.39 | 129.48 | 210.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 9 | 71 | 0 | 0.95 | 0.61 | 0.28 | 338.74 | 0.91 | 0.38 |
| Hex | B8 | 9 | 47 | 0 | 5F | 3D | 1C | 153 | 5B | 26 |
| Octal | 270 | 11 | 107 | 0 | 137 | 75 | 34 | 523 | 133 | 46 |
| Binary | 10111000 | 1001 | 1000111 | 0 | 1011111 | 111101 | 11100 | 101010011 | 1011011 | 100110 |
Color Harmonies of #B80947
Complementary color
Monochromatic Colors of #B80947
Black with #B80947
Text Example
Text Example
White with #B80947
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B80947; }
p { color: rgb(184,9,71); }
H1.HeaderClassName
{
color: #B80947;
}
.AnyTagClassName
{
color: #B80947;
}
</style>
background-color css
<style>
a { background-color: #B80947; }
a { background-color: rgb(184,9,71); }
div.DivClassName
{
background-color: #B80947;
}
.BgClassName
{
background-color: #B80947;
}
</style>
border-color css
<style>
span { border-color: #B80947; }
span { border-color: rgb(184,9,71); }
td.TdClassName
{
border-color: #B80947;
}
.TagClassName
{
border-color: #B80947;
}
</style>