Shades of Cardinal #B32833
Tints of Cardinal #B32833
RGB
CMYK
RGB Variations
Color information
#B32833 (or 0xB32833) is known color: Cardinal. HEX triplet: B3, 28 and 33. RGB value is (179,40,51). Sum of RGB (Red+Green+Blue) = 179+40+51=270 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.30% from 270); Green value is 40 (16.02% from 255 or 14.81% from 270); Blue value is 51 (20.31% from 255 or 18.89% from 270); Max value from RGB is 179 - color contains mainly: red. Hex color #B32833 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32833 is #4CD7CC. Grayscale: #525252. Windows color (decimal): -5035981 or 3352755. OLE color: 3352755.
HSL color Cylindrical-coordinate representation of color #B32833: hue angle of 355.25º degrees, saturation: 0.63, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #B32833 is Cyan = 0, Magento = 0.78, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 40 | 51 | - |
| CMYK | 0 | 0.78 | 0.72 | 0.30 |
| HSL | 355.25º | 0.63% | 0.43% | - |
| HSV(B) | 355.25º | 0.78% | 0.7% | - |
| XYZ | 19.95 | 11.34 | 4.27 | - |
| YUV | 82.82 | 110.05 | 196.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 40 | 51 | 0 | 0.78 | 0.72 | 0.30 | 355.25 | 0.63 | 0.43 |
| Hex | B3 | 28 | 33 | 0 | 4E | 48 | 1E | 163 | 3F | 2B |
| Octal | 263 | 50 | 63 | 0 | 116 | 110 | 36 | 543 | 77 | 53 |
| Binary | 10110011 | 101000 | 110011 | 0 | 1001110 | 1001000 | 11110 | 101100011 | 111111 | 101011 |
Color Harmonies of #B32833
Complementary color
Monochromatic Colors of #B32833
Black with #B32833
Text Example
Text Example
White with #B32833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32833; }
p { color: rgb(179,40,51); }
H1.HeaderClassName
{
color: #B32833;
}
.AnyTagClassName
{
color: #B32833;
}
</style>
background-color css
<style>
a { background-color: #B32833; }
a { background-color: rgb(179,40,51); }
div.DivClassName
{
background-color: #B32833;
}
.BgClassName
{
background-color: #B32833;
}
</style>
border-color css
<style>
span { border-color: #B32833; }
span { border-color: rgb(179,40,51); }
td.TdClassName
{
border-color: #B32833;
}
.TagClassName
{
border-color: #B32833;
}
</style>