Shades of Cardinal #B4292F
Tints of Cardinal #B4292F
RGB
CMYK
RGB Variations
Color information
#B4292F (or 0xB4292F) is known color: Cardinal. HEX triplet: B4, 29 and 2F. RGB value is (180,41,47). Sum of RGB (Red+Green+Blue) = 180+41+47=268 (35% of max value = 765). Red value is 180 (70.70% from 255 or 67.16% from 268); Green value is 41 (16.41% from 255 or 15.30% from 268); Blue value is 47 (18.75% from 255 or 17.54% from 268); Max value from RGB is 180 - color contains mainly: red. Hex color #B4292F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4292F is #4BD6D0. Grayscale: #535353. Windows color (decimal): -4970193 or 3090868. OLE color: 3090868.
HSL color Cylindrical-coordinate representation of color #B4292F: hue angle of 357.41º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B4292F is Cyan = 0, Magento = 0.77, Yellow = 0.74 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 41 | 47 | - |
| CMYK | 0 | 0.77 | 0.74 | 0.29 |
| HSL | 357.41º | 0.63% | 0.43% | - |
| HSV(B) | 357.41º | 0.77% | 0.71% | - |
| XYZ | 20.13 | 11.49 | 3.85 | - |
| YUV | 83.25 | 107.55 | 197.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 41 | 47 | 0 | 0.77 | 0.74 | 0.29 | 357.41 | 0.63 | 0.43 |
| Hex | B4 | 29 | 2F | 0 | 4D | 4A | 1D | 165 | 3F | 2B |
| Octal | 264 | 51 | 57 | 0 | 115 | 112 | 35 | 545 | 77 | 53 |
| Binary | 10110100 | 101001 | 101111 | 0 | 1001101 | 1001010 | 11101 | 101100101 | 111111 | 101011 |
Color Harmonies of #B4292F
Complementary color
Monochromatic Colors of #B4292F
Black with #B4292F
Text Example
Text Example
White with #B4292F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B4292F; }
p { color: rgb(180,41,47); }
H1.HeaderClassName
{
color: #B4292F;
}
.AnyTagClassName
{
color: #B4292F;
}
</style>
background-color css
<style>
a { background-color: #B4292F; }
a { background-color: rgb(180,41,47); }
div.DivClassName
{
background-color: #B4292F;
}
.BgClassName
{
background-color: #B4292F;
}
</style>
border-color css
<style>
span { border-color: #B4292F; }
span { border-color: rgb(180,41,47); }
td.TdClassName
{
border-color: #B4292F;
}
.TagClassName
{
border-color: #B4292F;
}
</style>