Shades of Cardinal #B81129
Tints of Cardinal #B81129
RGB
CMYK
RGB Variations
Color information
#B81129 (or 0xB81129) is known color: Cardinal. HEX triplet: B8, 11 and 29. RGB value is (184,17,41). Sum of RGB (Red+Green+Blue) = 184+17+41=242 (32% of max value = 765). Red value is 184 (72.27% from 255 or 76.03% from 242); Green value is 17 (7.03% from 255 or 7.02% from 242); Blue value is 41 (16.41% from 255 or 16.94% from 242); Max value from RGB is 184 - color contains mainly: red. Hex color #B81129 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B81129 is #47EED6. Grayscale: #454545. Windows color (decimal): -4714199 or 2691512. OLE color: 2691512.
HSL color Cylindrical-coordinate representation of color #B81129: hue angle of 351.38º degrees, saturation: 0.83, 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 #B81129 is Cyan = 0, Magento = 0.91, Yellow = 0.78 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 184 | 17 | 41 | - |
| CMYK | 0 | 0.91 | 0.78 | 0.28 |
| HSL | 351.38º | 0.83% | 0.39% | - |
| HSV(B) | 351.38º | 0.91% | 0.72% | - |
| XYZ | 20.37 | 10.75 | 3.1 | - |
| YUV | 69.67 | 111.83 | 209.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 184 | 17 | 41 | 0 | 0.91 | 0.78 | 0.28 | 351.38 | 0.83 | 0.39 |
| Hex | B8 | 11 | 29 | 0 | 5B | 4E | 1C | 15F | 53 | 27 |
| Octal | 270 | 21 | 51 | 0 | 133 | 116 | 34 | 537 | 123 | 47 |
| Binary | 10111000 | 10001 | 101001 | 0 | 1011011 | 1001110 | 11100 | 101011111 | 1010011 | 100111 |
Color Harmonies of #B81129
Complementary color
Monochromatic Colors of #B81129
Black with #B81129
Text Example
Text Example
White with #B81129
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B81129; }
p { color: rgb(184,17,41); }
H1.HeaderClassName
{
color: #B81129;
}
.AnyTagClassName
{
color: #B81129;
}
</style>
background-color css
<style>
a { background-color: #B81129; }
a { background-color: rgb(184,17,41); }
div.DivClassName
{
background-color: #B81129;
}
.BgClassName
{
background-color: #B81129;
}
</style>
border-color css
<style>
span { border-color: #B81129; }
span { border-color: rgb(184,17,41); }
td.TdClassName
{
border-color: #B81129;
}
.TagClassName
{
border-color: #B81129;
}
</style>