Shades of Cardinal #B32041
Tints of Cardinal #B32041
RGB
CMYK
RGB Variations
Color information
#B32041 (or 0xB32041) is known color: Cardinal. HEX triplet: B3, 20 and 41. RGB value is (179,32,65). Sum of RGB (Red+Green+Blue) = 179+32+65=276 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.86% from 276); Green value is 32 (12.89% from 255 or 11.59% from 276); Blue value is 65 (25.78% from 255 or 23.55% from 276); Max value from RGB is 179 - color contains mainly: red. Hex color #B32041 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32041 is #4CDFBE. Grayscale: #4F4F4F. Windows color (decimal): -5038015 or 4268211. OLE color: 4268211.
HSL color Cylindrical-coordinate representation of color #B32041: hue angle of 346.53º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B32041 is Cyan = 0, Magento = 0.82, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 32 | 65 | - |
| CMYK | 0 | 0.82 | 0.64 | 0.30 |
| HSL | 346.53º | 0.7% | 0.41% | - |
| HSV(B) | 346.53º | 0.82% | 0.7% | - |
| XYZ | 20.06 | 11 | 6.07 | - |
| YUV | 79.72 | 119.7 | 198.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 32 | 65 | 0 | 0.82 | 0.64 | 0.30 | 346.53 | 0.7 | 0.41 |
| Hex | B3 | 20 | 41 | 0 | 52 | 40 | 1E | 15B | 46 | 29 |
| Octal | 263 | 40 | 101 | 0 | 122 | 100 | 36 | 533 | 106 | 51 |
| Binary | 10110011 | 100000 | 1000001 | 0 | 1010010 | 1000000 | 11110 | 101011011 | 1000110 | 101001 |
Color Harmonies of #B32041
Complementary color
Monochromatic Colors of #B32041
Black with #B32041
Text Example
Text Example
White with #B32041
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32041; }
p { color: rgb(179,32,65); }
H1.HeaderClassName
{
color: #B32041;
}
.AnyTagClassName
{
color: #B32041;
}
</style>
background-color css
<style>
a { background-color: #B32041; }
a { background-color: rgb(179,32,65); }
div.DivClassName
{
background-color: #B32041;
}
.BgClassName
{
background-color: #B32041;
}
</style>
border-color css
<style>
span { border-color: #B32041; }
span { border-color: rgb(179,32,65); }
td.TdClassName
{
border-color: #B32041;
}
.TagClassName
{
border-color: #B32041;
}
</style>