Shades of Cardinal #B4222F
Tints of Cardinal #B4222F
RGB
CMYK
RGB Variations
Color information
#B4222F (or 0xB4222F) is known color: Cardinal. HEX triplet: B4, 22 and 2F. RGB value is (180,34,47). Sum of RGB (Red+Green+Blue) = 180+34+47=261 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.97% from 261); Green value is 34 (13.67% from 255 or 13.03% from 261); Blue value is 47 (18.75% from 255 or 18.01% from 261); Max value from RGB is 180 - color contains mainly: red. Hex color #B4222F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4222F is #4BDDD0. Grayscale: #4F4F4F. Windows color (decimal): -4971985 or 3089076. OLE color: 3089076.
HSL color Cylindrical-coordinate representation of color #B4222F: hue angle of 354.66º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B4222F is Cyan = 0, Magento = 0.81, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 34 | 47 | - |
| CMYK | 0 | 0.81 | 0.74 | 0.29 |
| HSL | 354.66º | 0.68% | 0.42% | - |
| HSV(B) | 354.66º | 0.81% | 0.71% | - |
| XYZ | 19.91 | 11.05 | 3.77 | - |
| YUV | 79.14 | 109.87 | 199.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 34 | 47 | 0 | 0.81 | 0.74 | 0.29 | 354.66 | 0.68 | 0.42 |
| Hex | B4 | 22 | 2F | 0 | 51 | 4A | 1D | 163 | 44 | 2A |
| Octal | 264 | 42 | 57 | 0 | 121 | 112 | 35 | 543 | 104 | 52 |
| Binary | 10110100 | 100010 | 101111 | 0 | 1010001 | 1001010 | 11101 | 101100011 | 1000100 | 101010 |
Color Harmonies of #B4222F
Complementary color
Monochromatic Colors of #B4222F
Black with #B4222F
Text Example
Text Example
White with #B4222F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4222F; }
p { color: rgb(180,34,47); }
H1.HeaderClassName
{
color: #B4222F;
}
.AnyTagClassName
{
color: #B4222F;
}
</style>
background-color css
<style>
a { background-color: #B4222F; }
a { background-color: rgb(180,34,47); }
div.DivClassName
{
background-color: #B4222F;
}
.BgClassName
{
background-color: #B4222F;
}
</style>
border-color css
<style>
span { border-color: #B4222F; }
span { border-color: rgb(180,34,47); }
td.TdClassName
{
border-color: #B4222F;
}
.TagClassName
{
border-color: #B4222F;
}
</style>