Shades of Cardinal #B81039
Tints of Cardinal #B81039
RGB
CMYK
RGB Variations
Color information
#B81039 (or 0xB81039) is known color: Cardinal. HEX triplet: B8, 10 and 39. RGB value is (184,16,57). Sum of RGB (Red+Green+Blue) = 184+16+57=257 (34% of max value = 765). Red value is 184 (72.27% from 255 or 71.60% from 257); Green value is 16 (6.64% from 255 or 6.23% from 257); Blue value is 57 (22.66% from 255 or 22.18% from 257); Max value from RGB is 184 - color contains mainly: red. Hex color #B81039 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81039 is #47EFC6. Grayscale: #464646. Windows color (decimal): -4714439 or 3739832. OLE color: 3739832.
HSL color Cylindrical-coordinate representation of color #B81039: hue angle of 345.36º degrees, saturation: 0.84, 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 #B81039 is Cyan = 0, Magento = 0.91, Yellow = 0.69 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 16 | 57 | - |
| CMYK | 0 | 0.91 | 0.69 | 0.28 |
| HSL | 345.36º | 0.84% | 0.39% | - |
| HSV(B) | 345.36º | 0.91% | 0.72% | - |
| XYZ | 20.69 | 10.86 | 4.88 | - |
| YUV | 70.91 | 120.16 | 208.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 16 | 57 | 0 | 0.91 | 0.69 | 0.28 | 345.36 | 0.84 | 0.39 |
| Hex | B8 | 10 | 39 | 0 | 5B | 45 | 1C | 159 | 54 | 27 |
| Octal | 270 | 20 | 71 | 0 | 133 | 105 | 34 | 531 | 124 | 47 |
| Binary | 10111000 | 10000 | 111001 | 0 | 1011011 | 1000101 | 11100 | 101011001 | 1010100 | 100111 |
Color Harmonies of #B81039
Complementary color
Monochromatic Colors of #B81039
Black with #B81039
Text Example
Text Example
White with #B81039
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81039; }
p { color: rgb(184,16,57); }
H1.HeaderClassName
{
color: #B81039;
}
.AnyTagClassName
{
color: #B81039;
}
</style>
background-color css
<style>
a { background-color: #B81039; }
a { background-color: rgb(184,16,57); }
div.DivClassName
{
background-color: #B81039;
}
.BgClassName
{
background-color: #B81039;
}
</style>
border-color css
<style>
span { border-color: #B81039; }
span { border-color: rgb(184,16,57); }
td.TdClassName
{
border-color: #B81039;
}
.TagClassName
{
border-color: #B81039;
}
</style>