Shades of Cardinal #B81042
Tints of Cardinal #B81042
RGB
CMYK
RGB Variations
Color information
#B81042 (or 0xB81042) is known color: Cardinal. HEX triplet: B8, 10 and 42. RGB value is (184,16,66). Sum of RGB (Red+Green+Blue) = 184+16+66=266 (35% of max value = 765). Red value is 184 (72.27% from 255 or 69.17% from 266); Green value is 16 (6.64% from 255 or 6.02% from 266); Blue value is 66 (26.17% from 255 or 24.81% from 266); Max value from RGB is 184 - color contains mainly: red. Hex color #B81042 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81042 is #47EFBD. Grayscale: #474747. Windows color (decimal): -4714430 or 4329656. OLE color: 4329656.
HSL color Cylindrical-coordinate representation of color #B81042: hue angle of 342.14º 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 #B81042 is Cyan = 0, Magento = 0.91, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 16 | 66 | - |
| CMYK | 0 | 0.91 | 0.64 | 0.28 |
| HSL | 342.14º | 0.84% | 0.39% | - |
| HSV(B) | 342.14º | 0.91% | 0.72% | - |
| XYZ | 20.94 | 10.95 | 6.17 | - |
| YUV | 71.93 | 124.66 | 207.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 16 | 66 | 0 | 0.91 | 0.64 | 0.28 | 342.14 | 0.84 | 0.39 |
| Hex | B8 | 10 | 42 | 0 | 5B | 40 | 1C | 156 | 54 | 27 |
| Octal | 270 | 20 | 102 | 0 | 133 | 100 | 34 | 526 | 124 | 47 |
| Binary | 10111000 | 10000 | 1000010 | 0 | 1011011 | 1000000 | 11100 | 101010110 | 1010100 | 100111 |
Color Harmonies of #B81042
Complementary color
Monochromatic Colors of #B81042
Black with #B81042
Text Example
Text Example
White with #B81042
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81042; }
p { color: rgb(184,16,66); }
H1.HeaderClassName
{
color: #B81042;
}
.AnyTagClassName
{
color: #B81042;
}
</style>
background-color css
<style>
a { background-color: #B81042; }
a { background-color: rgb(184,16,66); }
div.DivClassName
{
background-color: #B81042;
}
.BgClassName
{
background-color: #B81042;
}
</style>
border-color css
<style>
span { border-color: #B81042; }
span { border-color: rgb(184,16,66); }
td.TdClassName
{
border-color: #B81042;
}
.TagClassName
{
border-color: #B81042;
}
</style>