Shades of Cardinal #B41E29
Tints of Cardinal #B41E29
RGB
CMYK
RGB Variations
Color information
#B41E29 (or 0xB41E29) is known color: Cardinal. HEX triplet: B4, 1E and 29. RGB value is (180,30,41). Sum of RGB (Red+Green+Blue) = 180+30+41=251 (33% of max value = 765). Red value is 180 (70.70% from 255 or 71.71% from 251); Green value is 30 (12.11% from 255 or 11.95% from 251); Blue value is 41 (16.41% from 255 or 16.33% from 251); Max value from RGB is 180 - color contains mainly: red. Hex color #B41E29 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B41E29 is #4BE1D6. Grayscale: #4C4C4C. Windows color (decimal): -4973015 or 2694836. OLE color: 2694836.
HSL color Cylindrical-coordinate representation of color #B41E29: hue angle of 355.6º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #B41E29 is Cyan = 0, Magento = 0.83, Yellow = 0.77 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 30 | 41 | - |
| CMYK | 0 | 0.83 | 0.77 | 0.29 |
| HSL | 355.6º | 0.71% | 0.41% | - |
| HSV(B) | 355.6º | 0.83% | 0.71% | - |
| XYZ | 19.69 | 10.79 | 3.14 | - |
| YUV | 76.1 | 108.2 | 202.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 30 | 41 | 0 | 0.83 | 0.77 | 0.29 | 355.6 | 0.71 | 0.41 |
| Hex | B4 | 1E | 29 | 0 | 53 | 4D | 1D | 164 | 47 | 29 |
| Octal | 264 | 36 | 51 | 0 | 123 | 115 | 35 | 544 | 107 | 51 |
| Binary | 10110100 | 11110 | 101001 | 0 | 1010011 | 1001101 | 11101 | 101100100 | 1000111 | 101001 |
Color Harmonies of #B41E29
Complementary color
Monochromatic Colors of #B41E29
Black with #B41E29
Text Example
Text Example
White with #B41E29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41E29; }
p { color: rgb(180,30,41); }
H1.HeaderClassName
{
color: #B41E29;
}
.AnyTagClassName
{
color: #B41E29;
}
</style>
background-color css
<style>
a { background-color: #B41E29; }
a { background-color: rgb(180,30,41); }
div.DivClassName
{
background-color: #B41E29;
}
.BgClassName
{
background-color: #B41E29;
}
</style>
border-color css
<style>
span { border-color: #B41E29; }
span { border-color: rgb(180,30,41); }
td.TdClassName
{
border-color: #B41E29;
}
.TagClassName
{
border-color: #B41E29;
}
</style>