Shades of Cardinal #B81132
Tints of Cardinal #B81132
RGB
CMYK
RGB Variations
Color information
#B81132 (or 0xB81132) is known color: Cardinal. HEX triplet: B8, 11 and 32. RGB value is (184,17,50). Sum of RGB (Red+Green+Blue) = 184+17+50=251 (33% of max value = 765). Red value is 184 (72.27% from 255 or 73.31% from 251); Green value is 17 (7.03% from 255 or 6.77% from 251); Blue value is 50 (19.92% from 255 or 19.92% from 251); Max value from RGB is 184 - color contains mainly: red. Hex color #B81132 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81132 is #47EECD. Grayscale: #464646. Windows color (decimal): -4714190 or 3281336. OLE color: 3281336.
HSL color Cylindrical-coordinate representation of color #B81132: hue angle of 348.14º 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 #B81132 is Cyan = 0, Magento = 0.91, Yellow = 0.73 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 17 | 50 | - |
| CMYK | 0 | 0.91 | 0.73 | 0.28 |
| HSL | 348.14º | 0.83% | 0.39% | - |
| HSV(B) | 348.14º | 0.91% | 0.72% | - |
| XYZ | 20.54 | 10.82 | 4.02 | - |
| YUV | 70.7 | 116.33 | 208.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 17 | 50 | 0 | 0.91 | 0.73 | 0.28 | 348.14 | 0.83 | 0.39 |
| Hex | B8 | 11 | 32 | 0 | 5B | 49 | 1C | 15C | 53 | 27 |
| Octal | 270 | 21 | 62 | 0 | 133 | 111 | 34 | 534 | 123 | 47 |
| Binary | 10111000 | 10001 | 110010 | 0 | 1011011 | 1001001 | 11100 | 101011100 | 1010011 | 100111 |
Color Harmonies of #B81132
Complementary color
Monochromatic Colors of #B81132
Black with #B81132
Text Example
Text Example
White with #B81132
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81132; }
p { color: rgb(184,17,50); }
H1.HeaderClassName
{
color: #B81132;
}
.AnyTagClassName
{
color: #B81132;
}
</style>
background-color css
<style>
a { background-color: #B81132; }
a { background-color: rgb(184,17,50); }
div.DivClassName
{
background-color: #B81132;
}
.BgClassName
{
background-color: #B81132;
}
</style>
border-color css
<style>
span { border-color: #B81132; }
span { border-color: rgb(184,17,50); }
td.TdClassName
{
border-color: #B81132;
}
.TagClassName
{
border-color: #B81132;
}
</style>