Shades of Cardinal #B4212D
Tints of Cardinal #B4212D
RGB
CMYK
RGB Variations
Color information
#B4212D (or 0xB4212D) is known color: Cardinal. HEX triplet: B4, 21 and 2D. RGB value is (180,33,45). Sum of RGB (Red+Green+Blue) = 180+33+45=258 (34% of max value = 765). Red value is 180 (70.70% from 255 or 69.77% from 258); Green value is 33 (13.28% from 255 or 12.79% from 258); Blue value is 45 (17.97% from 255 or 17.44% from 258); Max value from RGB is 180 - color contains mainly: red. Hex color #B4212D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4212D is #4BDED2. Grayscale: #4E4E4E. Windows color (decimal): -4972243 or 2957748. OLE color: 2957748.
HSL color Cylindrical-coordinate representation of color #B4212D: hue angle of 355.1º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B4212D is Cyan = 0, Magento = 0.82, Yellow = 0.75 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 33 | 45 | - |
| CMYK | 0 | 0.82 | 0.75 | 0.29 |
| HSL | 355.1º | 0.69% | 0.42% | - |
| HSV(B) | 355.1º | 0.82% | 0.71% | - |
| XYZ | 19.84 | 10.98 | 3.56 | - |
| YUV | 78.32 | 109.2 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 33 | 45 | 0 | 0.82 | 0.75 | 0.29 | 355.1 | 0.69 | 0.42 |
| Hex | B4 | 21 | 2D | 0 | 52 | 4B | 1D | 163 | 45 | 2A |
| Octal | 264 | 41 | 55 | 0 | 122 | 113 | 35 | 543 | 105 | 52 |
| Binary | 10110100 | 100001 | 101101 | 0 | 1010010 | 1001011 | 11101 | 101100011 | 1000101 | 101010 |
Color Harmonies of #B4212D
Complementary color
Monochromatic Colors of #B4212D
Black with #B4212D
Text Example
Text Example
White with #B4212D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4212D; }
p { color: rgb(180,33,45); }
H1.HeaderClassName
{
color: #B4212D;
}
.AnyTagClassName
{
color: #B4212D;
}
</style>
background-color css
<style>
a { background-color: #B4212D; }
a { background-color: rgb(180,33,45); }
div.DivClassName
{
background-color: #B4212D;
}
.BgClassName
{
background-color: #B4212D;
}
</style>
border-color css
<style>
span { border-color: #B4212D; }
span { border-color: rgb(180,33,45); }
td.TdClassName
{
border-color: #B4212D;
}
.TagClassName
{
border-color: #B4212D;
}
</style>