Shades of Cardinal #B81244
Tints of Cardinal #B81244
RGB
CMYK
RGB Variations
Color information
#B81244 (or 0xB81244) is known color: Cardinal. HEX triplet: B8, 12 and 44. RGB value is (184,18,68). Sum of RGB (Red+Green+Blue) = 184+18+68=270 (35% of max value = 765). Red value is 184 (72.27% from 255 or 68.15% from 270); Green value is 18 (7.42% from 255 or 6.67% from 270); Blue value is 68 (26.95% from 255 or 25.19% from 270); Max value from RGB is 184 - color contains mainly: red. Hex color #B81244 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81244 is #47EDBB. Grayscale: #494949. Windows color (decimal): -4713916 or 4461240. OLE color: 4461240.
HSL color Cylindrical-coordinate representation of color #B81244: hue angle of 341.93º degrees, saturation: 0.82, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #B81244 is Cyan = 0, Magento = 0.90, Yellow = 0.63 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 18 | 68 | - |
| CMYK | 0 | 0.90 | 0.63 | 0.28 |
| HSL | 341.93º | 0.82% | 0.4% | - |
| HSV(B) | 341.93º | 0.9% | 0.72% | - |
| XYZ | 21.03 | 11.04 | 6.49 | - |
| YUV | 73.33 | 125 | 206.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 18 | 68 | 0 | 0.90 | 0.63 | 0.28 | 341.93 | 0.82 | 0.4 |
| Hex | B8 | 12 | 44 | 0 | 5A | 3F | 1C | 156 | 52 | 28 |
| Octal | 270 | 22 | 104 | 0 | 132 | 77 | 34 | 526 | 122 | 50 |
| Binary | 10111000 | 10010 | 1000100 | 0 | 1011010 | 111111 | 11100 | 101010110 | 1010010 | 101000 |
Color Harmonies of #B81244
Complementary color
Monochromatic Colors of #B81244
Black with #B81244
Text Example
Text Example
White with #B81244
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81244; }
p { color: rgb(184,18,68); }
H1.HeaderClassName
{
color: #B81244;
}
.AnyTagClassName
{
color: #B81244;
}
</style>
background-color css
<style>
a { background-color: #B81244; }
a { background-color: rgb(184,18,68); }
div.DivClassName
{
background-color: #B81244;
}
.BgClassName
{
background-color: #B81244;
}
</style>
border-color css
<style>
span { border-color: #B81244; }
span { border-color: rgb(184,18,68); }
td.TdClassName
{
border-color: #B81244;
}
.TagClassName
{
border-color: #B81244;
}
</style>