Shades of Cardinal #B42837
Tints of Cardinal #B42837
RGB
CMYK
RGB Variations
Color information
#B42837 (or 0xB42837) is known color: Cardinal. HEX triplet: B4, 28 and 37. RGB value is (180,40,55). Sum of RGB (Red+Green+Blue) = 180+40+55=275 (36% of max value = 765). Red value is 180 (70.70% from 255 or 65.45% from 275); Green value is 40 (16.02% from 255 or 14.55% from 275); Blue value is 55 (21.88% from 255 or 20% from 275); Max value from RGB is 180 - color contains mainly: red. Hex color #B42837 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42837 is #4BD7C8. Grayscale: #535353. Windows color (decimal): -4970441 or 3614900. OLE color: 3614900.
HSL color Cylindrical-coordinate representation of color #B42837: hue angle of 353.57º degrees, saturation: 0.64, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B42837 is Cyan = 0, Magento = 0.78, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 40 | 55 | - |
| CMYK | 0 | 0.78 | 0.69 | 0.29 |
| HSL | 353.57º | 0.64% | 0.43% | - |
| HSV(B) | 353.57º | 0.78% | 0.71% | - |
| XYZ | 20.27 | 11.5 | 4.77 | - |
| YUV | 83.57 | 111.88 | 196.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 40 | 55 | 0 | 0.78 | 0.69 | 0.29 | 353.57 | 0.64 | 0.43 |
| Hex | B4 | 28 | 37 | 0 | 4E | 45 | 1D | 162 | 40 | 2B |
| Octal | 264 | 50 | 67 | 0 | 116 | 105 | 35 | 542 | 100 | 53 |
| Binary | 10110100 | 101000 | 110111 | 0 | 1001110 | 1000101 | 11101 | 101100010 | 1000000 | 101011 |
Color Harmonies of #B42837
Complementary color
Monochromatic Colors of #B42837
Black with #B42837
Text Example
Text Example
White with #B42837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42837; }
p { color: rgb(180,40,55); }
H1.HeaderClassName
{
color: #B42837;
}
.AnyTagClassName
{
color: #B42837;
}
</style>
background-color css
<style>
a { background-color: #B42837; }
a { background-color: rgb(180,40,55); }
div.DivClassName
{
background-color: #B42837;
}
.BgClassName
{
background-color: #B42837;
}
</style>
border-color css
<style>
span { border-color: #B42837; }
span { border-color: rgb(180,40,55); }
td.TdClassName
{
border-color: #B42837;
}
.TagClassName
{
border-color: #B42837;
}
</style>