Shades of Cardinal #B81140
Tints of Cardinal #B81140
RGB
CMYK
RGB Variations
Color information
#B81140 (or 0xB81140) is known color: Cardinal. HEX triplet: B8, 11 and 40. RGB value is (184,17,64). Sum of RGB (Red+Green+Blue) = 184+17+64=265 (35% of max value = 765). Red value is 184 (72.27% from 255 or 69.43% from 265); Green value is 17 (7.03% from 255 or 6.42% from 265); Blue value is 64 (25.39% from 255 or 24.15% from 265); Max value from RGB is 184 - color contains mainly: red. Hex color #B81140 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81140 is #47EEBF. Grayscale: #484848. Windows color (decimal): -4714176 or 4198840. OLE color: 4198840.
HSL color Cylindrical-coordinate representation of color #B81140: hue angle of 343.11º 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 #B81140 is Cyan = 0, Magento = 0.91, Yellow = 0.65 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 17 | 64 | - |
| CMYK | 0 | 0.91 | 0.65 | 0.28 |
| HSL | 343.11º | 0.83% | 0.39% | - |
| HSV(B) | 343.11º | 0.91% | 0.72% | - |
| XYZ | 20.89 | 10.96 | 5.87 | - |
| YUV | 72.29 | 123.33 | 207.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 17 | 64 | 0 | 0.91 | 0.65 | 0.28 | 343.11 | 0.83 | 0.39 |
| Hex | B8 | 11 | 40 | 0 | 5B | 41 | 1C | 157 | 53 | 27 |
| Octal | 270 | 21 | 100 | 0 | 133 | 101 | 34 | 527 | 123 | 47 |
| Binary | 10111000 | 10001 | 1000000 | 0 | 1011011 | 1000001 | 11100 | 101010111 | 1010011 | 100111 |
Color Harmonies of #B81140
Complementary color
Monochromatic Colors of #B81140
Black with #B81140
Text Example
Text Example
White with #B81140
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81140; }
p { color: rgb(184,17,64); }
H1.HeaderClassName
{
color: #B81140;
}
.AnyTagClassName
{
color: #B81140;
}
</style>
background-color css
<style>
a { background-color: #B81140; }
a { background-color: rgb(184,17,64); }
div.DivClassName
{
background-color: #B81140;
}
.BgClassName
{
background-color: #B81140;
}
</style>
border-color css
<style>
span { border-color: #B81140; }
span { border-color: rgb(184,17,64); }
td.TdClassName
{
border-color: #B81140;
}
.TagClassName
{
border-color: #B81140;
}
</style>