Shades of Cardinal #B81137
Tints of Cardinal #B81137
RGB
CMYK
RGB Variations
Color information
#B81137 (or 0xB81137) is known color: Cardinal. HEX triplet: B8, 11 and 37. RGB value is (184,17,55). Sum of RGB (Red+Green+Blue) = 184+17+55=256 (33% of max value = 765). Red value is 184 (72.27% from 255 or 71.88% from 256); Green value is 17 (7.03% from 255 or 6.64% from 256); Blue value is 55 (21.88% from 255 or 21.48% from 256); Max value from RGB is 184 - color contains mainly: red. Hex color #B81137 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81137 is #47EEC8. Grayscale: #474747. Windows color (decimal): -4714185 or 3609016. OLE color: 3609016.
HSL color Cylindrical-coordinate representation of color #B81137: hue angle of 346.35º degrees, saturation: 0.83, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #B81137 is Cyan = 0, Magento = 0.91, Yellow = 0.70 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 17 | 55 | - |
| CMYK | 0 | 0.91 | 0.70 | 0.28 |
| HSL | 346.35º | 0.83% | 0.39% | - |
| HSV(B) | 346.35º | 0.91% | 0.72% | - |
| XYZ | 20.66 | 10.87 | 4.62 | - |
| YUV | 71.27 | 118.83 | 208.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 17 | 55 | 0 | 0.91 | 0.70 | 0.28 | 346.35 | 0.83 | 0.39 |
| Hex | B8 | 11 | 37 | 0 | 5B | 46 | 1C | 15A | 53 | 27 |
| Octal | 270 | 21 | 67 | 0 | 133 | 106 | 34 | 532 | 123 | 47 |
| Binary | 10111000 | 10001 | 110111 | 0 | 1011011 | 1000110 | 11100 | 101011010 | 1010011 | 100111 |
Color Harmonies of #B81137
Complementary color
Monochromatic Colors of #B81137
Black with #B81137
Text Example
Text Example
White with #B81137
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81137; }
p { color: rgb(184,17,55); }
H1.HeaderClassName
{
color: #B81137;
}
.AnyTagClassName
{
color: #B81137;
}
</style>
background-color css
<style>
a { background-color: #B81137; }
a { background-color: rgb(184,17,55); }
div.DivClassName
{
background-color: #B81137;
}
.BgClassName
{
background-color: #B81137;
}
</style>
border-color css
<style>
span { border-color: #B81137; }
span { border-color: rgb(184,17,55); }
td.TdClassName
{
border-color: #B81137;
}
.TagClassName
{
border-color: #B81137;
}
</style>