Shades of Cardinal #B61437
Tints of Cardinal #B61437
RGB
CMYK
RGB Variations
Color information
#B61437 (or 0xB61437) is known color: Cardinal. HEX triplet: B6, 14 and 37. RGB value is (182,20,55). Sum of RGB (Red+Green+Blue) = 182+20+55=257 (34% of max value = 765). Red value is 182 (71.48% from 255 or 70.82% from 257); Green value is 20 (8.20% from 255 or 7.78% from 257); Blue value is 55 (21.88% from 255 or 21.40% from 257); Max value from RGB is 182 - color contains mainly: red. Hex color #B61437 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B61437 is #49EBC8. Grayscale: #484848. Windows color (decimal): -4844489 or 3609782. OLE color: 3609782.
HSL color Cylindrical-coordinate representation of color #B61437: hue angle of 347.04º degrees, saturation: 0.8, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B61437 is Cyan = 0, Magento = 0.89, Yellow = 0.70 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 182 | 20 | 55 | - |
| CMYK | 0 | 0.89 | 0.70 | 0.29 |
| HSL | 347.04º | 0.8% | 0.4% | - |
| HSV(B) | 347.04º | 0.89% | 0.71% | - |
| XYZ | 20.23 | 10.72 | 4.62 | - |
| YUV | 72.43 | 118.17 | 206.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 182 | 20 | 55 | 0 | 0.89 | 0.70 | 0.29 | 347.04 | 0.8 | 0.4 |
| Hex | B6 | 14 | 37 | 0 | 59 | 46 | 1D | 15B | 50 | 28 |
| Octal | 266 | 24 | 67 | 0 | 131 | 106 | 35 | 533 | 120 | 50 |
| Binary | 10110110 | 10100 | 110111 | 0 | 1011001 | 1000110 | 11101 | 101011011 | 1010000 | 101000 |
Color Harmonies of #B61437
Complementary color
Monochromatic Colors of #B61437
Black with #B61437
Text Example
Text Example
White with #B61437
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B61437; }
p { color: rgb(182,20,55); }
H1.HeaderClassName
{
color: #B61437;
}
.AnyTagClassName
{
color: #B61437;
}
</style>
background-color css
<style>
a { background-color: #B61437; }
a { background-color: rgb(182,20,55); }
div.DivClassName
{
background-color: #B61437;
}
.BgClassName
{
background-color: #B61437;
}
</style>
border-color css
<style>
span { border-color: #B61437; }
span { border-color: rgb(182,20,55); }
td.TdClassName
{
border-color: #B61437;
}
.TagClassName
{
border-color: #B61437;
}
</style>