Shades of Cardinal #B61737
Tints of Cardinal #B61737
RGB
CMYK
RGB Variations
Color information
#B61737 (or 0xB61737) is known color: Cardinal. HEX triplet: B6, 17 and 37. RGB value is (182,23,55). Sum of RGB (Red+Green+Blue) = 182+23+55=260 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70% from 260); Green value is 23 (9.38% from 255 or 8.85% from 260); Blue value is 55 (21.88% from 255 or 21.15% from 260); Max value from RGB is 182 - color contains mainly: red. Hex color #B61737 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61737 is #49E8C8. Grayscale: #4A4A4A. Windows color (decimal): -4843721 or 3610550. OLE color: 3610550.
HSL color Cylindrical-coordinate representation of color #B61737: hue angle of 347.92º degrees, saturation: 0.78, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #B61737 is Cyan = 0, Magento = 0.87, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 23 | 55 | - |
| CMYK | 0 | 0.87 | 0.70 | 0.29 |
| HSL | 347.92º | 0.78% | 0.4% | - |
| HSV(B) | 347.92º | 0.87% | 0.71% | - |
| XYZ | 20.29 | 10.83 | 4.64 | - |
| YUV | 74.19 | 117.18 | 204.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 23 | 55 | 0 | 0.87 | 0.70 | 0.29 | 347.92 | 0.78 | 0.4 |
| Hex | B6 | 17 | 37 | 0 | 57 | 46 | 1D | 15C | 4E | 28 |
| Octal | 266 | 27 | 67 | 0 | 127 | 106 | 35 | 534 | 116 | 50 |
| Binary | 10110110 | 10111 | 110111 | 0 | 1010111 | 1000110 | 11101 | 101011100 | 1001110 | 101000 |
Color Harmonies of #B61737
Complementary color
Monochromatic Colors of #B61737
Black with #B61737
Text Example
Text Example
White with #B61737
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61737; }
p { color: rgb(182,23,55); }
H1.HeaderClassName
{
color: #B61737;
}
.AnyTagClassName
{
color: #B61737;
}
</style>
background-color css
<style>
a { background-color: #B61737; }
a { background-color: rgb(182,23,55); }
div.DivClassName
{
background-color: #B61737;
}
.BgClassName
{
background-color: #B61737;
}
</style>
border-color css
<style>
span { border-color: #B61737; }
span { border-color: rgb(182,23,55); }
td.TdClassName
{
border-color: #B61737;
}
.TagClassName
{
border-color: #B61737;
}
</style>