Shades of Cardinal #B81036
Tints of Cardinal #B81036
RGB
CMYK
RGB Variations
Color information
#B81036 (or 0xB81036) is known color: Cardinal. HEX triplet: B8, 10 and 36. RGB value is (184,16,54). Sum of RGB (Red+Green+Blue) = 184+16+54=254 (33% of max value = 765). Red value is 184 (72.27% from 255 or 72.44% from 254); Green value is 16 (6.64% from 255 or 6.30% from 254); Blue value is 54 (21.48% from 255 or 21.26% from 254); Max value from RGB is 184 - color contains mainly: red. Hex color #B81036 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81036 is #47EFC9. Grayscale: #464646. Windows color (decimal): -4714442 or 3543224. OLE color: 3543224.
HSL color Cylindrical-coordinate representation of color #B81036: hue angle of 346.43º 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 #B81036 is Cyan = 0, Magento = 0.91, Yellow = 0.71 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 16 | 54 | - |
| CMYK | 0 | 0.91 | 0.71 | 0.28 |
| HSL | 346.43º | 0.84% | 0.39% | - |
| HSV(B) | 346.43º | 0.91% | 0.72% | - |
| XYZ | 20.62 | 10.83 | 4.49 | - |
| YUV | 70.56 | 118.66 | 208.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 16 | 54 | 0 | 0.91 | 0.71 | 0.28 | 346.43 | 0.84 | 0.39 |
| Hex | B8 | 10 | 36 | 0 | 5B | 47 | 1C | 15A | 54 | 27 |
| Octal | 270 | 20 | 66 | 0 | 133 | 107 | 34 | 532 | 124 | 47 |
| Binary | 10111000 | 10000 | 110110 | 0 | 1011011 | 1000111 | 11100 | 101011010 | 1010100 | 100111 |
Color Harmonies of #B81036
Complementary color
Monochromatic Colors of #B81036
Black with #B81036
Text Example
Text Example
White with #B81036
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81036; }
p { color: rgb(184,16,54); }
H1.HeaderClassName
{
color: #B81036;
}
.AnyTagClassName
{
color: #B81036;
}
</style>
background-color css
<style>
a { background-color: #B81036; }
a { background-color: rgb(184,16,54); }
div.DivClassName
{
background-color: #B81036;
}
.BgClassName
{
background-color: #B81036;
}
</style>
border-color css
<style>
span { border-color: #B81036; }
span { border-color: rgb(184,16,54); }
td.TdClassName
{
border-color: #B81036;
}
.TagClassName
{
border-color: #B81036;
}
</style>