Shades of Cardinal #B41F32
Tints of Cardinal #B41F32
RGB
CMYK
RGB Variations
Color information
#B41F32 (or 0xB41F32) is known color: Cardinal. HEX triplet: B4, 1F and 32. RGB value is (180,31,50). Sum of RGB (Red+Green+Blue) = 180+31+50=261 (34% of max value = 765). Red value is 180 (70.70% from 255 or 68.97% from 261); Green value is 31 (12.5% from 255 or 11.88% from 261); Blue value is 50 (19.92% from 255 or 19.16% from 261); Max value from RGB is 180 - color contains mainly: red. Hex color #B41F32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B41F32 is #4BE0CD. Grayscale: #4D4D4D. Windows color (decimal): -4972750 or 3284916. OLE color: 3284916.
HSL color Cylindrical-coordinate representation of color #B41F32: hue angle of 352.35º 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 #B41F32 is Cyan = 0, Magento = 0.83, Yellow = 0.72 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 180 | 31 | 50 | - |
| CMYK | 0 | 0.83 | 0.72 | 0.29 |
| HSL | 352.35º | 0.71% | 0.41% | - |
| HSV(B) | 352.35º | 0.83% | 0.71% | - |
| XYZ | 19.89 | 10.91 | 4.08 | - |
| YUV | 77.72 | 112.36 | 200.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 180 | 31 | 50 | 0 | 0.83 | 0.72 | 0.29 | 352.35 | 0.71 | 0.41 |
| Hex | B4 | 1F | 32 | 0 | 53 | 48 | 1D | 160 | 47 | 29 |
| Octal | 264 | 37 | 62 | 0 | 123 | 110 | 35 | 540 | 107 | 51 |
| Binary | 10110100 | 11111 | 110010 | 0 | 1010011 | 1001000 | 11101 | 101100000 | 1000111 | 101001 |
Color Harmonies of #B41F32
Complementary color
Monochromatic Colors of #B41F32
Black with #B41F32
Text Example
Text Example
White with #B41F32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B41F32; }
p { color: rgb(180,31,50); }
H1.HeaderClassName
{
color: #B41F32;
}
.AnyTagClassName
{
color: #B41F32;
}
</style>
background-color css
<style>
a { background-color: #B41F32; }
a { background-color: rgb(180,31,50); }
div.DivClassName
{
background-color: #B41F32;
}
.BgClassName
{
background-color: #B41F32;
}
</style>
border-color css
<style>
span { border-color: #B41F32; }
span { border-color: rgb(180,31,50); }
td.TdClassName
{
border-color: #B41F32;
}
.TagClassName
{
border-color: #B41F32;
}
</style>