Shades of Cardinal #B32336
Tints of Cardinal #B32336
RGB
CMYK
RGB Variations
Color information
#B32336 (or 0xB32336) is known color: Cardinal. HEX triplet: B3, 23 and 36. RGB value is (179,35,54). Sum of RGB (Red+Green+Blue) = 179+35+54=268 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.79% from 268); Green value is 35 (14.06% from 255 or 13.06% from 268); Blue value is 54 (21.48% from 255 or 20.15% from 268); Max value from RGB is 179 - color contains mainly: red. Hex color #B32336 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32336 is #4CDCC9. Grayscale: #505050. Windows color (decimal): -5037258 or 3548083. OLE color: 3548083.
HSL color Cylindrical-coordinate representation of color #B32336: hue angle of 352.08º degrees, saturation: 0.67, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B32336 is Cyan = 0, Magento = 0.80, Yellow = 0.70 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 35 | 54 | - |
| CMYK | 0 | 0.80 | 0.70 | 0.30 |
| HSL | 352.08º | 0.67% | 0.42% | - |
| HSV(B) | 352.08º | 0.8% | 0.7% | - |
| XYZ | 19.86 | 11.05 | 4.58 | - |
| YUV | 80.22 | 113.21 | 198.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 35 | 54 | 0 | 0.80 | 0.70 | 0.30 | 352.08 | 0.67 | 0.42 |
| Hex | B3 | 23 | 36 | 0 | 50 | 46 | 1E | 160 | 43 | 2A |
| Octal | 263 | 43 | 66 | 0 | 120 | 106 | 36 | 540 | 103 | 52 |
| Binary | 10110011 | 100011 | 110110 | 0 | 1010000 | 1000110 | 11110 | 101100000 | 1000011 | 101010 |
Color Harmonies of #B32336
Complementary color
Monochromatic Colors of #B32336
Black with #B32336
Text Example
Text Example
White with #B32336
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32336; }
p { color: rgb(179,35,54); }
H1.HeaderClassName
{
color: #B32336;
}
.AnyTagClassName
{
color: #B32336;
}
</style>
background-color css
<style>
a { background-color: #B32336; }
a { background-color: rgb(179,35,54); }
div.DivClassName
{
background-color: #B32336;
}
.BgClassName
{
background-color: #B32336;
}
</style>
border-color css
<style>
span { border-color: #B32336; }
span { border-color: rgb(179,35,54); }
td.TdClassName
{
border-color: #B32336;
}
.TagClassName
{
border-color: #B32336;
}
</style>