Shades of Cardinal #B32936
Tints of Cardinal #B32936
RGB
CMYK
RGB Variations
Color information
#B32936 (or 0xB32936) is known color: Cardinal. HEX triplet: B3, 29 and 36. RGB value is (179,41,54). Sum of RGB (Red+Green+Blue) = 179+41+54=274 (36% of max value = 765). Red value is 179 (70.31% from 255 or 65.33% from 274); Green value is 41 (16.41% from 255 or 14.96% from 274); Blue value is 54 (21.48% from 255 or 19.71% from 274); Max value from RGB is 179 - color contains mainly: red. Hex color #B32936 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32936 is #4CD6C9. Grayscale: #535353. Windows color (decimal): -5035722 or 3549619. OLE color: 3549619.
HSL color Cylindrical-coordinate representation of color #B32936: hue angle of 354.35º 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 #B32936 is Cyan = 0, Magento = 0.77, Yellow = 0.70 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 41 | 54 | - |
| CMYK | 0 | 0.77 | 0.70 | 0.30 |
| HSL | 354.35º | 0.63% | 0.43% | - |
| HSV(B) | 354.35º | 0.77% | 0.7% | - |
| XYZ | 20.05 | 11.44 | 4.64 | - |
| YUV | 83.74 | 111.22 | 195.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 41 | 54 | 0 | 0.77 | 0.70 | 0.30 | 354.35 | 0.63 | 0.43 |
| Hex | B3 | 29 | 36 | 0 | 4D | 46 | 1E | 162 | 3F | 2B |
| Octal | 263 | 51 | 66 | 0 | 115 | 106 | 36 | 542 | 77 | 53 |
| Binary | 10110011 | 101001 | 110110 | 0 | 1001101 | 1000110 | 11110 | 101100010 | 111111 | 101011 |
Color Harmonies of #B32936
Complementary color
Monochromatic Colors of #B32936
Black with #B32936
Text Example
Text Example
White with #B32936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32936; }
p { color: rgb(179,41,54); }
H1.HeaderClassName
{
color: #B32936;
}
.AnyTagClassName
{
color: #B32936;
}
</style>
background-color css
<style>
a { background-color: #B32936; }
a { background-color: rgb(179,41,54); }
div.DivClassName
{
background-color: #B32936;
}
.BgClassName
{
background-color: #B32936;
}
</style>
border-color css
<style>
span { border-color: #B32936; }
span { border-color: rgb(179,41,54); }
td.TdClassName
{
border-color: #B32936;
}
.TagClassName
{
border-color: #B32936;
}
</style>