Shades of Cardinal #B42440
Tints of Cardinal #B42440
RGB
CMYK
RGB Variations
Color information
#B42440 (or 0xB42440) is known color: Cardinal. HEX triplet: B4, 24 and 40. RGB value is (180,36,64). Sum of RGB (Red+Green+Blue) = 180+36+64=280 (37% of max value = 765). Red value is 180 (70.70% from 255 or 64.29% from 280); Green value is 36 (14.45% from 255 or 12.86% from 280); Blue value is 64 (25.39% from 255 or 22.86% from 280); Max value from RGB is 180 - color contains mainly: red. Hex color #B42440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42440 is #4BDBBF. Grayscale: #525252. Windows color (decimal): -4971456 or 4203700. OLE color: 4203700.
HSL color Cylindrical-coordinate representation of color #B42440: hue angle of 348.33º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B42440 is Cyan = 0, Magento = 0.8, Yellow = 0.64 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 36 | 64 | - |
| CMYK | 0 | 0.8 | 0.64 | 0.29 |
| HSL | 348.33º | 0.67% | 0.42% | - |
| HSV(B) | 348.33º | 0.8% | 0.71% | - |
| XYZ | 20.38 | 11.34 | 5.96 | - |
| YUV | 82.25 | 117.71 | 197.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 36 | 64 | 0 | 0.8 | 0.64 | 0.29 | 348.33 | 0.67 | 0.42 |
| Hex | B4 | 24 | 40 | 0 | 50 | 40 | 1D | 15C | 43 | 2A |
| Octal | 264 | 44 | 100 | 0 | 120 | 100 | 35 | 534 | 103 | 52 |
| Binary | 10110100 | 100100 | 1000000 | 0 | 1010000 | 1000000 | 11101 | 101011100 | 1000011 | 101010 |
Color Harmonies of #B42440
Complementary color
Monochromatic Colors of #B42440
Black with #B42440
Text Example
Text Example
White with #B42440
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42440; }
p { color: rgb(180,36,64); }
H1.HeaderClassName
{
color: #B42440;
}
.AnyTagClassName
{
color: #B42440;
}
</style>
background-color css
<style>
a { background-color: #B42440; }
a { background-color: rgb(180,36,64); }
div.DivClassName
{
background-color: #B42440;
}
.BgClassName
{
background-color: #B42440;
}
</style>
border-color css
<style>
span { border-color: #B42440; }
span { border-color: rgb(180,36,64); }
td.TdClassName
{
border-color: #B42440;
}
.TagClassName
{
border-color: #B42440;
}
</style>