Shades of Cardinal #B40232
Tints of Cardinal #B40232
RGB
CMYK
RGB Variations
Color information
#B40232 (or 0xB40232) is known color: Cardinal. HEX triplet: B4, 02 and 32. RGB value is (180,2,50). Sum of RGB (Red+Green+Blue) = 180+2+50=232 (30% of max value = 765). Red value is 180 (70.70% from 255 or 77.59% from 232); Green value is 2 (1.17% from 255 or 0.86% from 232); Blue value is 50 (19.92% from 255 or 21.55% from 232); Max value from RGB is 180 - color contains mainly: red. Hex color #B40232 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B40232 is #4BFDCD. Grayscale: #3C3C3C. Windows color (decimal): -4980174 or 3277492. OLE color: 3277492.
HSL color Cylindrical-coordinate representation of color #B40232: hue angle of 343.82º degrees, saturation: 0.98, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #B40232 is Cyan = 0, Magento = 0.99, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 2 | 50 | - |
| CMYK | 0 | 0.99 | 0.72 | 0.29 |
| HSL | 343.82º | 0.98% | 0.36% | - |
| HSV(B) | 343.82º | 0.99% | 0.71% | - |
| XYZ | 19.42 | 9.98 | 3.92 | - |
| YUV | 60.69 | 121.97 | 213.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 2 | 50 | 0 | 0.99 | 0.72 | 0.29 | 343.82 | 0.98 | 0.36 |
| Hex | B4 | 2 | 32 | 0 | 63 | 48 | 1D | 158 | 62 | 24 |
| Octal | 264 | 2 | 62 | 0 | 143 | 110 | 35 | 530 | 142 | 44 |
| Binary | 10110100 | 10 | 110010 | 0 | 1100011 | 1001000 | 11101 | 101011000 | 1100010 | 100100 |
Color Harmonies of #B40232
Complementary color
Monochromatic Colors of #B40232
Black with #B40232
Text Example
Text Example
White with #B40232
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B40232; }
p { color: rgb(180,2,50); }
H1.HeaderClassName
{
color: #B40232;
}
.AnyTagClassName
{
color: #B40232;
}
</style>
background-color css
<style>
a { background-color: #B40232; }
a { background-color: rgb(180,2,50); }
div.DivClassName
{
background-color: #B40232;
}
.BgClassName
{
background-color: #B40232;
}
</style>
border-color css
<style>
span { border-color: #B40232; }
span { border-color: rgb(180,2,50); }
td.TdClassName
{
border-color: #B40232;
}
.TagClassName
{
border-color: #B40232;
}
</style>