Shades of Cardinal #B4022F
Tints of Cardinal #B4022F
RGB
CMYK
RGB Variations
Color information
#B4022F (or 0xB4022F) is known color: Cardinal. HEX triplet: B4, 02 and 2F. RGB value is (180,2,47). Sum of RGB (Red+Green+Blue) = 180+2+47=229 (30% of max value = 765). Red value is 180 (70.70% from 255 or 78.60% from 229); Green value is 2 (1.17% from 255 or 0.87% from 229); Blue value is 47 (18.75% from 255 or 20.52% from 229); Max value from RGB is 180 - color contains mainly: red. Hex color #B4022F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B4022F is #4BFDD0. Grayscale: #3C3C3C. Windows color (decimal): -4980177 or 3080884. OLE color: 3080884.
HSL color Cylindrical-coordinate representation of color #B4022F: hue angle of 344.83º 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 #B4022F is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 2 | 47 | - |
| CMYK | 0 | 0.99 | 0.74 | 0.29 |
| HSL | 344.83º | 0.98% | 0.36% | - |
| HSV(B) | 344.83º | 0.99% | 0.71% | - |
| XYZ | 19.36 | 9.95 | 3.59 | - |
| YUV | 60.35 | 120.47 | 213.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 2 | 47 | 0 | 0.99 | 0.74 | 0.29 | 344.83 | 0.98 | 0.36 |
| Hex | B4 | 2 | 2F | 0 | 63 | 4A | 1D | 159 | 62 | 24 |
| Octal | 264 | 2 | 57 | 0 | 143 | 112 | 35 | 531 | 142 | 44 |
| Binary | 10110100 | 10 | 101111 | 0 | 1100011 | 1001010 | 11101 | 101011001 | 1100010 | 100100 |
Color Harmonies of #B4022F
Complementary color
Monochromatic Colors of #B4022F
Black with #B4022F
Text Example
Text Example
White with #B4022F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4022F; }
p { color: rgb(180,2,47); }
H1.HeaderClassName
{
color: #B4022F;
}
.AnyTagClassName
{
color: #B4022F;
}
</style>
background-color css
<style>
a { background-color: #B4022F; }
a { background-color: rgb(180,2,47); }
div.DivClassName
{
background-color: #B4022F;
}
.BgClassName
{
background-color: #B4022F;
}
</style>
border-color css
<style>
span { border-color: #B4022F; }
span { border-color: rgb(180,2,47); }
td.TdClassName
{
border-color: #B4022F;
}
.TagClassName
{
border-color: #B4022F;
}
</style>