Shades of Cardinal #B81639
Tints of Cardinal #B81639
RGB
CMYK
RGB Variations
Color information
#B81639 (or 0xB81639) is known color: Cardinal. HEX triplet: B8, 16 and 39. RGB value is (184,22,57). Sum of RGB (Red+Green+Blue) = 184+22+57=263 (34% of max value = 765). Red value is 184 (72.27% from 255 or 69.96% from 263); Green value is 22 (8.98% from 255 or 8.37% from 263); Blue value is 57 (22.66% from 255 or 21.67% from 263); Max value from RGB is 184 - color contains mainly: red. Hex color #B81639 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81639 is #47E9C6. Grayscale: #4A4A4A. Windows color (decimal): -4712903 or 3741368. OLE color: 3741368.
HSL color Cylindrical-coordinate representation of color #B81639: hue angle of 347.04º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B81639 is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 22 | 57 | - |
| CMYK | 0 | 0.88 | 0.69 | 0.28 |
| HSL | 347.04º | 0.79% | 0.4% | - |
| HSV(B) | 347.04º | 0.88% | 0.72% | - |
| XYZ | 20.79 | 11.06 | 4.91 | - |
| YUV | 74.43 | 118.17 | 206.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 22 | 57 | 0 | 0.88 | 0.69 | 0.28 | 347.04 | 0.79 | 0.4 |
| Hex | B8 | 16 | 39 | 0 | 58 | 45 | 1C | 15B | 4F | 28 |
| Octal | 270 | 26 | 71 | 0 | 130 | 105 | 34 | 533 | 117 | 50 |
| Binary | 10111000 | 10110 | 111001 | 0 | 1011000 | 1000101 | 11100 | 101011011 | 1001111 | 101000 |
Color Harmonies of #B81639
Complementary color
Monochromatic Colors of #B81639
Black with #B81639
Text Example
Text Example
White with #B81639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81639; }
p { color: rgb(184,22,57); }
H1.HeaderClassName
{
color: #B81639;
}
.AnyTagClassName
{
color: #B81639;
}
</style>
background-color css
<style>
a { background-color: #B81639; }
a { background-color: rgb(184,22,57); }
div.DivClassName
{
background-color: #B81639;
}
.BgClassName
{
background-color: #B81639;
}
</style>
border-color css
<style>
span { border-color: #B81639; }
span { border-color: rgb(184,22,57); }
td.TdClassName
{
border-color: #B81639;
}
.TagClassName
{
border-color: #B81639;
}
</style>