Shades of Cardinal #B32636
Tints of Cardinal #B32636
RGB
CMYK
RGB Variations
Color information
#B32636 (or 0xB32636) is known color: Cardinal. HEX triplet: B3, 26 and 36. RGB value is (179,38,54). Sum of RGB (Red+Green+Blue) = 179+38+54=271 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.05% from 271); Green value is 38 (15.23% from 255 or 14.02% from 271); Blue value is 54 (21.48% from 255 or 19.93% from 271); Max value from RGB is 179 - color contains mainly: red. Hex color #B32636 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32636 is #4CD9C9. Grayscale: #525252. Windows color (decimal): -5036490 or 3548851. OLE color: 3548851.
HSL color Cylindrical-coordinate representation of color #B32636: hue angle of 353.19º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B32636 is Cyan = 0, Magento = 0.79, Yellow = 0.70 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 38 | 54 | - |
| CMYK | 0 | 0.79 | 0.70 | 0.30 |
| HSL | 353.19º | 0.65% | 0.43% | - |
| HSV(B) | 353.19º | 0.79% | 0.7% | - |
| XYZ | 19.95 | 11.24 | 4.61 | - |
| YUV | 81.98 | 112.21 | 197.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 38 | 54 | 0 | 0.79 | 0.70 | 0.30 | 353.19 | 0.65 | 0.43 |
| Hex | B3 | 26 | 36 | 0 | 4F | 46 | 1E | 161 | 41 | 2B |
| Octal | 263 | 46 | 66 | 0 | 117 | 106 | 36 | 541 | 101 | 53 |
| Binary | 10110011 | 100110 | 110110 | 0 | 1001111 | 1000110 | 11110 | 101100001 | 1000001 | 101011 |
Color Harmonies of #B32636
Complementary color
Monochromatic Colors of #B32636
Black with #B32636
Text Example
Text Example
White with #B32636
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32636; }
p { color: rgb(179,38,54); }
H1.HeaderClassName
{
color: #B32636;
}
.AnyTagClassName
{
color: #B32636;
}
</style>
background-color css
<style>
a { background-color: #B32636; }
a { background-color: rgb(179,38,54); }
div.DivClassName
{
background-color: #B32636;
}
.BgClassName
{
background-color: #B32636;
}
</style>
border-color css
<style>
span { border-color: #B32636; }
span { border-color: rgb(179,38,54); }
td.TdClassName
{
border-color: #B32636;
}
.TagClassName
{
border-color: #B32636;
}
</style>