Shades of Cardinal #B41E32
Tints of Cardinal #B41E32
RGB
CMYK
RGB Variations
Color information
#B41E32 (or 0xB41E32) is known color: Cardinal. HEX triplet: B4, 1E and 32. RGB value is (180,30,50). Sum of RGB (Red+Green+Blue) = 180+30+50=260 (34% of max value = 765). Red value is 180 (70.70% from 255 or 69.23% from 260); Green value is 30 (12.11% from 255 or 11.54% from 260); Blue value is 50 (19.92% from 255 or 19.23% from 260); Max value from RGB is 180 - color contains mainly: red. Hex color #B41E32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B41E32 is #4BE1CD. Grayscale: #4D4D4D. Windows color (decimal): -4973006 or 3284660. OLE color: 3284660.
HSL color Cylindrical-coordinate representation of color #B41E32: hue angle of 352º 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 #B41E32 is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 30 | 50 | - |
| CMYK | 0 | 0.83 | 0.72 | 0.29 |
| HSL | 352º | 0.71% | 0.41% | - |
| HSV(B) | 352º | 0.83% | 0.71% | - |
| XYZ | 19.86 | 10.86 | 4.07 | - |
| YUV | 77.13 | 112.7 | 201.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 30 | 50 | 0 | 0.83 | 0.72 | 0.29 | 352 | 0.71 | 0.41 |
| Hex | B4 | 1E | 32 | 0 | 53 | 48 | 1D | 160 | 47 | 29 |
| Octal | 264 | 36 | 62 | 0 | 123 | 110 | 35 | 540 | 107 | 51 |
| Binary | 10110100 | 11110 | 110010 | 0 | 1010011 | 1001000 | 11101 | 101100000 | 1000111 | 101001 |
Color Harmonies of #B41E32
Complementary color
Monochromatic Colors of #B41E32
Black with #B41E32
Text Example
Text Example
White with #B41E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41E32; }
p { color: rgb(180,30,50); }
H1.HeaderClassName
{
color: #B41E32;
}
.AnyTagClassName
{
color: #B41E32;
}
</style>
background-color css
<style>
a { background-color: #B41E32; }
a { background-color: rgb(180,30,50); }
div.DivClassName
{
background-color: #B41E32;
}
.BgClassName
{
background-color: #B41E32;
}
</style>
border-color css
<style>
span { border-color: #B41E32; }
span { border-color: rgb(180,30,50); }
td.TdClassName
{
border-color: #B41E32;
}
.TagClassName
{
border-color: #B41E32;
}
</style>