Shades of Cardinal #B4032D
Tints of Cardinal #B4032D
RGB
CMYK
RGB Variations
Color information
#B4032D (or 0xB4032D) is known color: Cardinal. HEX triplet: B4, 03 and 2D. RGB value is (180,3,45). Sum of RGB (Red+Green+Blue) = 180+3+45=228 (30% of max value = 765). Red value is 180 (70.70% from 255 or 78.95% from 228); Green value is 3 (1.56% from 255 or 1.32% from 228); Blue value is 45 (17.97% from 255 or 19.74% from 228); Max value from RGB is 180 - color contains mainly: red. Hex color #B4032D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4032D is #4BFCD2. Grayscale: #3C3C3C. Windows color (decimal): -4979923 or 2950068. OLE color: 2950068.
HSL color Cylindrical-coordinate representation of color #B4032D: hue angle of 345.76º degrees, saturation: 0.97, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #B4032D is Cyan = 0, Magento = 0.98, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 3 | 45 | - |
| CMYK | 0 | 0.98 | 0.75 | 0.29 |
| HSL | 345.76º | 0.97% | 0.36% | - |
| HSV(B) | 345.76º | 0.98% | 0.71% | - |
| XYZ | 19.33 | 9.96 | 3.39 | - |
| YUV | 60.71 | 119.14 | 213.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 3 | 45 | 0 | 0.98 | 0.75 | 0.29 | 345.76 | 0.97 | 0.36 |
| Hex | B4 | 3 | 2D | 0 | 62 | 4B | 1D | 15A | 61 | 24 |
| Octal | 264 | 3 | 55 | 0 | 142 | 113 | 35 | 532 | 141 | 44 |
| Binary | 10110100 | 11 | 101101 | 0 | 1100010 | 1001011 | 11101 | 101011010 | 1100001 | 100100 |
Color Harmonies of #B4032D
Complementary color
Monochromatic Colors of #B4032D
Black with #B4032D
Text Example
Text Example
White with #B4032D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4032D; }
p { color: rgb(180,3,45); }
H1.HeaderClassName
{
color: #B4032D;
}
.AnyTagClassName
{
color: #B4032D;
}
</style>
background-color css
<style>
a { background-color: #B4032D; }
a { background-color: rgb(180,3,45); }
div.DivClassName
{
background-color: #B4032D;
}
.BgClassName
{
background-color: #B4032D;
}
</style>
border-color css
<style>
span { border-color: #B4032D; }
span { border-color: rgb(180,3,45); }
td.TdClassName
{
border-color: #B4032D;
}
.TagClassName
{
border-color: #B4032D;
}
</style>