Shades of Cardinal #B32831
Tints of Cardinal #B32831
RGB
CMYK
RGB Variations
Color information
#B32831 (or 0xB32831) is known color: Cardinal. HEX triplet: B3, 28 and 31. RGB value is (179,40,49). Sum of RGB (Red+Green+Blue) = 179+40+49=268 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.79% from 268); Green value is 40 (16.02% from 255 or 14.93% from 268); Blue value is 49 (19.53% from 255 or 18.28% from 268); Max value from RGB is 179 - color contains mainly: red. Hex color #B32831 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B32831 is #4CD7CE. Grayscale: #525252. Windows color (decimal): -5035983 or 3221683. OLE color: 3221683.
HSL color Cylindrical-coordinate representation of color #B32831: hue angle of 356.12º 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 #B32831 is Cyan = 0, Magento = 0.78, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 40 | 49 | - |
| CMYK | 0 | 0.78 | 0.73 | 0.30 |
| HSL | 356.12º | 0.63% | 0.43% | - |
| HSV(B) | 356.12º | 0.78% | 0.7% | - |
| XYZ | 19.9 | 11.32 | 4.04 | - |
| YUV | 82.59 | 109.05 | 196.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 40 | 49 | 0 | 0.78 | 0.73 | 0.30 | 356.12 | 0.63 | 0.43 |
| Hex | B3 | 28 | 31 | 0 | 4E | 49 | 1E | 164 | 3F | 2B |
| Octal | 263 | 50 | 61 | 0 | 116 | 111 | 36 | 544 | 77 | 53 |
| Binary | 10110011 | 101000 | 110001 | 0 | 1001110 | 1001001 | 11110 | 101100100 | 111111 | 101011 |
Color Harmonies of #B32831
Complementary color
Monochromatic Colors of #B32831
Black with #B32831
Text Example
Text Example
White with #B32831
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B32831; }
p { color: rgb(179,40,49); }
H1.HeaderClassName
{
color: #B32831;
}
.AnyTagClassName
{
color: #B32831;
}
</style>
background-color css
<style>
a { background-color: #B32831; }
a { background-color: rgb(179,40,49); }
div.DivClassName
{
background-color: #B32831;
}
.BgClassName
{
background-color: #B32831;
}
</style>
border-color css
<style>
span { border-color: #B32831; }
span { border-color: rgb(179,40,49); }
td.TdClassName
{
border-color: #B32831;
}
.TagClassName
{
border-color: #B32831;
}
</style>