Shades of Cardinal #B71842
Tints of Cardinal #B71842
RGB
CMYK
RGB Variations
Color information
#B71842 (or 0xB71842) is known color: Cardinal. HEX triplet: B7, 18 and 42. RGB value is (183,24,66). Sum of RGB (Red+Green+Blue) = 183+24+66=273 (36% of max value = 765). Red value is 183 (71.88% from 255 or 67.03% from 273); Green value is 24 (9.77% from 255 or 8.79% from 273); Blue value is 66 (26.17% from 255 or 24.18% from 273); Max value from RGB is 183 - color contains mainly: red. Hex color #B71842 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71842 is #48E7BD. Grayscale: #4C4C4C. Windows color (decimal): -4777918 or 4331703. OLE color: 4331703.
HSL color Cylindrical-coordinate representation of color #B71842: hue angle of 344.15º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B71842 is Cyan = 0, Magento = 0.87, Yellow = 0.64 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 24 | 66 | - |
| CMYK | 0 | 0.87 | 0.64 | 0.28 |
| HSL | 344.15º | 0.77% | 0.41% | - |
| HSV(B) | 344.15º | 0.87% | 0.72% | - |
| XYZ | 20.84 | 11.11 | 6.2 | - |
| YUV | 76.33 | 122.18 | 204.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 24 | 66 | 0 | 0.87 | 0.64 | 0.28 | 344.15 | 0.77 | 0.41 |
| Hex | B7 | 18 | 42 | 0 | 57 | 40 | 1C | 158 | 4D | 29 |
| Octal | 267 | 30 | 102 | 0 | 127 | 100 | 34 | 530 | 115 | 51 |
| Binary | 10110111 | 11000 | 1000010 | 0 | 1010111 | 1000000 | 11100 | 101011000 | 1001101 | 101001 |
Color Harmonies of #B71842
Complementary color
Monochromatic Colors of #B71842
Black with #B71842
Text Example
Text Example
White with #B71842
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71842; }
p { color: rgb(183,24,66); }
H1.HeaderClassName
{
color: #B71842;
}
.AnyTagClassName
{
color: #B71842;
}
</style>
background-color css
<style>
a { background-color: #B71842; }
a { background-color: rgb(183,24,66); }
div.DivClassName
{
background-color: #B71842;
}
.BgClassName
{
background-color: #B71842;
}
</style>
border-color css
<style>
span { border-color: #B71842; }
span { border-color: rgb(183,24,66); }
td.TdClassName
{
border-color: #B71842;
}
.TagClassName
{
border-color: #B71842;
}
</style>