Shades of Cardinal #B71639
Tints of Cardinal #B71639
RGB
CMYK
RGB Variations
Color information
#B71639 (or 0xB71639) is known color: Cardinal. HEX triplet: B7, 16 and 39. RGB value is (183,22,57). Sum of RGB (Red+Green+Blue) = 183+22+57=262 (34% of max value = 765). Red value is 183 (71.88% from 255 or 69.85% from 262); Green value is 22 (8.98% from 255 or 8.40% from 262); Blue value is 57 (22.66% from 255 or 21.76% from 262); Max value from RGB is 183 - color contains mainly: red. Hex color #B71639 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B71639 is #48E9C6. Grayscale: #4A4A4A. Windows color (decimal): -4778439 or 3741367. OLE color: 3741367.
HSL color Cylindrical-coordinate representation of color #B71639: hue angle of 346.96º degrees, saturation: 0.79, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #B71639 is Cyan = 0, Magento = 0.88, Yellow = 0.69 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 183 | 22 | 57 | - |
| CMYK | 0 | 0.88 | 0.69 | 0.28 |
| HSL | 346.96º | 0.79% | 0.4% | - |
| HSV(B) | 346.96º | 0.88% | 0.72% | - |
| XYZ | 20.55 | 10.94 | 4.9 | - |
| YUV | 74.13 | 118.34 | 205.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 183 | 22 | 57 | 0 | 0.88 | 0.69 | 0.28 | 346.96 | 0.79 | 0.4 |
| Hex | B7 | 16 | 39 | 0 | 58 | 45 | 1C | 15B | 4F | 28 |
| Octal | 267 | 26 | 71 | 0 | 130 | 105 | 34 | 533 | 117 | 50 |
| Binary | 10110111 | 10110 | 111001 | 0 | 1011000 | 1000101 | 11100 | 101011011 | 1001111 | 101000 |
Color Harmonies of #B71639
Complementary color
Monochromatic Colors of #B71639
Black with #B71639
Text Example
Text Example
White with #B71639
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B71639; }
p { color: rgb(183,22,57); }
H1.HeaderClassName
{
color: #B71639;
}
.AnyTagClassName
{
color: #B71639;
}
</style>
background-color css
<style>
a { background-color: #B71639; }
a { background-color: rgb(183,22,57); }
div.DivClassName
{
background-color: #B71639;
}
.BgClassName
{
background-color: #B71639;
}
</style>
border-color css
<style>
span { border-color: #B71639; }
span { border-color: rgb(183,22,57); }
td.TdClassName
{
border-color: #B71639;
}
.TagClassName
{
border-color: #B71639;
}
</style>