Shades of Cardinal #B32935
Tints of Cardinal #B32935
RGB
CMYK
RGB Variations
Color information
#B32935 (or 0xB32935) is known color: Cardinal. HEX triplet: B3, 29 and 35. RGB value is (179,41,53). Sum of RGB (Red+Green+Blue) = 179+41+53=273 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.57% from 273); Green value is 41 (16.41% from 255 or 15.02% from 273); Blue value is 53 (21.09% from 255 or 19.41% from 273); Max value from RGB is 179 - color contains mainly: red. Hex color #B32935 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32935 is #4CD6CA. Grayscale: #535353. Windows color (decimal): -5035723 or 3484083. OLE color: 3484083.
HSL color Cylindrical-coordinate representation of color #B32935: hue angle of 354.78º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #B32935 is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 41 | 53 | - |
| CMYK | 0 | 0.77 | 0.70 | 0.30 |
| HSL | 354.78º | 0.63% | 0.43% | - |
| HSV(B) | 354.78º | 0.77% | 0.7% | - |
| XYZ | 20.03 | 11.43 | 4.52 | - |
| YUV | 83.63 | 110.72 | 196.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 41 | 53 | 0 | 0.77 | 0.70 | 0.30 | 354.78 | 0.63 | 0.43 |
| Hex | B3 | 29 | 35 | 0 | 4D | 46 | 1E | 163 | 3F | 2B |
| Octal | 263 | 51 | 65 | 0 | 115 | 106 | 36 | 543 | 77 | 53 |
| Binary | 10110011 | 101001 | 110101 | 0 | 1001101 | 1000110 | 11110 | 101100011 | 111111 | 101011 |
Color Harmonies of #B32935
Complementary color
Monochromatic Colors of #B32935
Black with #B32935
Text Example
Text Example
White with #B32935
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32935; }
p { color: rgb(179,41,53); }
H1.HeaderClassName
{
color: #B32935;
}
.AnyTagClassName
{
color: #B32935;
}
</style>
background-color css
<style>
a { background-color: #B32935; }
a { background-color: rgb(179,41,53); }
div.DivClassName
{
background-color: #B32935;
}
.BgClassName
{
background-color: #B32935;
}
</style>
border-color css
<style>
span { border-color: #B32935; }
span { border-color: rgb(179,41,53); }
td.TdClassName
{
border-color: #B32935;
}
.TagClassName
{
border-color: #B32935;
}
</style>