Shades of Cardinal #B42436
Tints of Cardinal #B42436
RGB
CMYK
RGB Variations
Color information
#B42436 (or 0xB42436) is known color: Cardinal. HEX triplet: B4, 24 and 36. RGB value is (180,36,54). Sum of RGB (Red+Green+Blue) = 180+36+54=270 (35% of max value = 765). Red value is 180 (70.70% from 255 or 66.67% from 270); Green value is 36 (14.45% from 255 or 13.33% from 270); Blue value is 54 (21.48% from 255 or 20% from 270); Max value from RGB is 180 - color contains mainly: red. Hex color #B42436 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42436 is #4BDBC9. Grayscale: #515151. Windows color (decimal): -4971466 or 3548340. OLE color: 3548340.
HSL color Cylindrical-coordinate representation of color #B42436: hue angle of 352.5º 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 #B42436 is Cyan = 0, Magento = 0.8, Yellow = 0.7 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 36 | 54 | - |
| CMYK | 0 | 0.8 | 0.7 | 0.29 |
| HSL | 352.5º | 0.67% | 0.42% | - |
| HSV(B) | 352.5º | 0.8% | 0.71% | - |
| XYZ | 20.12 | 11.23 | 4.6 | - |
| YUV | 81.11 | 112.71 | 198.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 36 | 54 | 0 | 0.8 | 0.7 | 0.29 | 352.5 | 0.67 | 0.42 |
| Hex | B4 | 24 | 36 | 0 | 50 | 46 | 1D | 160 | 43 | 2A |
| Octal | 264 | 44 | 66 | 0 | 120 | 106 | 35 | 540 | 103 | 52 |
| Binary | 10110100 | 100100 | 110110 | 0 | 1010000 | 1000110 | 11101 | 101100000 | 1000011 | 101010 |
Color Harmonies of #B42436
Complementary color
Monochromatic Colors of #B42436
Black with #B42436
Text Example
Text Example
White with #B42436
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B42436; }
p { color: rgb(180,36,54); }
H1.HeaderClassName
{
color: #B42436;
}
.AnyTagClassName
{
color: #B42436;
}
</style>
background-color css
<style>
a { background-color: #B42436; }
a { background-color: rgb(180,36,54); }
div.DivClassName
{
background-color: #B42436;
}
.BgClassName
{
background-color: #B42436;
}
</style>
border-color css
<style>
span { border-color: #B42436; }
span { border-color: rgb(180,36,54); }
td.TdClassName
{
border-color: #B42436;
}
.TagClassName
{
border-color: #B42436;
}
</style>