Shades of Cardinal #B32337
Tints of Cardinal #B32337
RGB
CMYK
RGB Variations
Color information
#B32337 (or 0xB32337) is known color: Cardinal. HEX triplet: B3, 23 and 37. RGB value is (179,35,55). Sum of RGB (Red+Green+Blue) = 179+35+55=269 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.54% from 269); Green value is 35 (14.06% from 255 or 13.01% from 269); Blue value is 55 (21.88% from 255 or 20.45% from 269); Max value from RGB is 179 - color contains mainly: red. Hex color #B32337 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32337 is #4CDCC8. Grayscale: #505050. Windows color (decimal): -5037257 or 3613619. OLE color: 3613619.
HSL color Cylindrical-coordinate representation of color #B32337: hue angle of 351.67º 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 #B32337 is Cyan = 0, Magento = 0.80, Yellow = 0.69 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 35 | 55 | - |
| CMYK | 0 | 0.80 | 0.69 | 0.30 |
| HSL | 351.67º | 0.67% | 0.42% | - |
| HSV(B) | 351.67º | 0.8% | 0.7% | - |
| XYZ | 19.88 | 11.06 | 4.7 | - |
| YUV | 80.34 | 113.71 | 198.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 35 | 55 | 0 | 0.80 | 0.69 | 0.30 | 351.67 | 0.67 | 0.42 |
| Hex | B3 | 23 | 37 | 0 | 50 | 45 | 1E | 160 | 43 | 2A |
| Octal | 263 | 43 | 67 | 0 | 120 | 105 | 36 | 540 | 103 | 52 |
| Binary | 10110011 | 100011 | 110111 | 0 | 1010000 | 1000101 | 11110 | 101100000 | 1000011 | 101010 |
Color Harmonies of #B32337
Complementary color
Monochromatic Colors of #B32337
Black with #B32337
Text Example
Text Example
White with #B32337
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32337; }
p { color: rgb(179,35,55); }
H1.HeaderClassName
{
color: #B32337;
}
.AnyTagClassName
{
color: #B32337;
}
</style>
background-color css
<style>
a { background-color: #B32337; }
a { background-color: rgb(179,35,55); }
div.DivClassName
{
background-color: #B32337;
}
.BgClassName
{
background-color: #B32337;
}
</style>
border-color css
<style>
span { border-color: #B32337; }
span { border-color: rgb(179,35,55); }
td.TdClassName
{
border-color: #B32337;
}
.TagClassName
{
border-color: #B32337;
}
</style>