Shades of Cardinal #B32231
Tints of Cardinal #B32231
RGB
CMYK
RGB Variations
Color information
#B32231 (or 0xB32231) is known color: Cardinal. HEX triplet: B3, 22 and 31. RGB value is (179,34,49). Sum of RGB (Red+Green+Blue) = 179+34+49=262 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.32% from 262); Green value is 34 (13.67% from 255 or 12.98% from 262); Blue value is 49 (19.53% from 255 or 18.70% from 262); Max value from RGB is 179 - color contains mainly: red. Hex color #B32231 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32231 is #4CDDCE. Grayscale: #4F4F4F. Windows color (decimal): -5037519 or 3220147. OLE color: 3220147.
HSL color Cylindrical-coordinate representation of color #B32231: hue angle of 353.79º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B32231 is Cyan = 0, Magento = 0.81, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 34 | 49 | - |
| CMYK | 0 | 0.81 | 0.73 | 0.30 |
| HSL | 353.79º | 0.68% | 0.42% | - |
| HSV(B) | 353.79º | 0.81% | 0.7% | - |
| XYZ | 19.72 | 10.95 | 3.98 | - |
| YUV | 79.07 | 111.04 | 199.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 34 | 49 | 0 | 0.81 | 0.73 | 0.30 | 353.79 | 0.68 | 0.42 |
| Hex | B3 | 22 | 31 | 0 | 51 | 49 | 1E | 162 | 44 | 2A |
| Octal | 263 | 42 | 61 | 0 | 121 | 111 | 36 | 542 | 104 | 52 |
| Binary | 10110011 | 100010 | 110001 | 0 | 1010001 | 1001001 | 11110 | 101100010 | 1000100 | 101010 |
Color Harmonies of #B32231
Complementary color
Monochromatic Colors of #B32231
Black with #B32231
Text Example
Text Example
White with #B32231
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32231; }
p { color: rgb(179,34,49); }
H1.HeaderClassName
{
color: #B32231;
}
.AnyTagClassName
{
color: #B32231;
}
</style>
background-color css
<style>
a { background-color: #B32231; }
a { background-color: rgb(179,34,49); }
div.DivClassName
{
background-color: #B32231;
}
.BgClassName
{
background-color: #B32231;
}
</style>
border-color css
<style>
span { border-color: #B32231; }
span { border-color: rgb(179,34,49); }
td.TdClassName
{
border-color: #B32231;
}
.TagClassName
{
border-color: #B32231;
}
</style>