Shades of Cardinal #B4242F
Tints of Cardinal #B4242F
RGB
CMYK
RGB Variations
Color information
#B4242F (or 0xB4242F) is known color: Cardinal. HEX triplet: B4, 24 and 2F. RGB value is (180,36,47). Sum of RGB (Red+Green+Blue) = 180+36+47=263 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.44% from 263); Green value is 36 (14.45% from 255 or 13.69% from 263); Blue value is 47 (18.75% from 255 or 17.87% from 263); Max value from RGB is 180 - color contains mainly: red. Hex color #B4242F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4242F is #4BDBD0. Grayscale: #505050. Windows color (decimal): -4971473 or 3089588. OLE color: 3089588.
HSL color Cylindrical-coordinate representation of color #B4242F: hue angle of 355.42º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B4242F is Cyan = 0, Magento = 0.8, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 36 | 47 | - |
| CMYK | 0 | 0.8 | 0.74 | 0.29 |
| HSL | 355.42º | 0.67% | 0.42% | - |
| HSV(B) | 355.42º | 0.8% | 0.71% | - |
| XYZ | 19.97 | 11.17 | 3.79 | - |
| YUV | 80.31 | 109.21 | 199.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 36 | 47 | 0 | 0.8 | 0.74 | 0.29 | 355.42 | 0.67 | 0.42 |
| Hex | B4 | 24 | 2F | 0 | 50 | 4A | 1D | 163 | 43 | 2A |
| Octal | 264 | 44 | 57 | 0 | 120 | 112 | 35 | 543 | 103 | 52 |
| Binary | 10110100 | 100100 | 101111 | 0 | 1010000 | 1001010 | 11101 | 101100011 | 1000011 | 101010 |
Color Harmonies of #B4242F
Complementary color
Monochromatic Colors of #B4242F
Black with #B4242F
Text Example
Text Example
White with #B4242F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4242F; }
p { color: rgb(180,36,47); }
H1.HeaderClassName
{
color: #B4242F;
}
.AnyTagClassName
{
color: #B4242F;
}
</style>
background-color css
<style>
a { background-color: #B4242F; }
a { background-color: rgb(180,36,47); }
div.DivClassName
{
background-color: #B4242F;
}
.BgClassName
{
background-color: #B4242F;
}
</style>
border-color css
<style>
span { border-color: #B4242F; }
span { border-color: rgb(180,36,47); }
td.TdClassName
{
border-color: #B4242F;
}
.TagClassName
{
border-color: #B4242F;
}
</style>