Shades of Cardinal #B42337
Tints of Cardinal #B42337
RGB
CMYK
RGB Variations
Color information
#B42337 (or 0xB42337) is known color: Cardinal. HEX triplet: B4, 23 and 37. RGB value is (180,35,55). Sum of RGB (Red+Green+Blue) = 180+35+55=270 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.67% from 270); Green value is 35 (14.06% from 255 or 12.96% from 270); Blue value is 55 (21.88% from 255 or 20.37% from 270); Max value from RGB is 180 - color contains mainly: red. Hex color #B42337 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42337 is #4BDCC8. Grayscale: #505050. Windows color (decimal): -4971721 or 3613620. OLE color: 3613620.
HSL color Cylindrical-coordinate representation of color #B42337: hue angle of 351.72º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B42337 is Cyan = 0, Magento = 0.81, Yellow = 0.69 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 35 | 55 | - |
| CMYK | 0 | 0.81 | 0.69 | 0.29 |
| HSL | 351.72º | 0.67% | 0.42% | - |
| HSV(B) | 351.72º | 0.81% | 0.71% | - |
| XYZ | 20.11 | 11.18 | 4.71 | - |
| YUV | 80.64 | 113.54 | 198.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 35 | 55 | 0 | 0.81 | 0.69 | 0.29 | 351.72 | 0.67 | 0.42 |
| Hex | B4 | 23 | 37 | 0 | 51 | 45 | 1D | 160 | 43 | 2A |
| Octal | 264 | 43 | 67 | 0 | 121 | 105 | 35 | 540 | 103 | 52 |
| Binary | 10110100 | 100011 | 110111 | 0 | 1010001 | 1000101 | 11101 | 101100000 | 1000011 | 101010 |
Color Harmonies of #B42337
Complementary color
Monochromatic Colors of #B42337
Black with #B42337
Text Example
Text Example
White with #B42337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42337; }
p { color: rgb(180,35,55); }
H1.HeaderClassName
{
color: #B42337;
}
.AnyTagClassName
{
color: #B42337;
}
</style>
background-color css
<style>
a { background-color: #B42337; }
a { background-color: rgb(180,35,55); }
div.DivClassName
{
background-color: #B42337;
}
.BgClassName
{
background-color: #B42337;
}
</style>
border-color css
<style>
span { border-color: #B42337; }
span { border-color: rgb(180,35,55); }
td.TdClassName
{
border-color: #B42337;
}
.TagClassName
{
border-color: #B42337;
}
</style>