Shades of Cardinal #B31432
Tints of Cardinal #B31432
RGB
CMYK
RGB Variations
Color information
#B31432 (or 0xB31432) is known color: Cardinal. HEX triplet: B3, 14 and 32. RGB value is (179,20,50). Sum of RGB (Red+Green+Blue) = 179+20+50=249 (32% of max value = 765). Red value is 179 (70.31% from 255 or 71.89% from 249); Green value is 20 (8.20% from 255 or 8.03% from 249); Blue value is 50 (19.92% from 255 or 20.08% from 249); Max value from RGB is 179 - color contains mainly: red. Hex color #B31432 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #B31432 is #4CEBCD. Grayscale: #474747. Windows color (decimal): -5041102 or 3282099. OLE color: 3282099.
HSL color Cylindrical-coordinate representation of color #B31432: hue angle of 348.68º degrees, saturation: 0.8, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #B31432 is Cyan = 0, Magento = 0.89, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 20 | 50 | - |
| CMYK | 0 | 0.89 | 0.72 | 0.30 |
| HSL | 348.68º | 0.8% | 0.39% | - |
| HSV(B) | 348.68º | 0.89% | 0.7% | - |
| XYZ | 19.42 | 10.31 | 3.99 | - |
| YUV | 70.96 | 116.18 | 205.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 20 | 50 | 0 | 0.89 | 0.72 | 0.30 | 348.68 | 0.8 | 0.39 |
| Hex | B3 | 14 | 32 | 0 | 59 | 48 | 1E | 15D | 50 | 27 |
| Octal | 263 | 24 | 62 | 0 | 131 | 110 | 36 | 535 | 120 | 47 |
| Binary | 10110011 | 10100 | 110010 | 0 | 1011001 | 1001000 | 11110 | 101011101 | 1010000 | 100111 |
Color Harmonies of #B31432
Complementary color
Monochromatic Colors of #B31432
Black with #B31432
Text Example
Text Example
White with #B31432
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31432; }
p { color: rgb(179,20,50); }
H1.HeaderClassName
{
color: #B31432;
}
.AnyTagClassName
{
color: #B31432;
}
</style>
background-color css
<style>
a { background-color: #B31432; }
a { background-color: rgb(179,20,50); }
div.DivClassName
{
background-color: #B31432;
}
.BgClassName
{
background-color: #B31432;
}
</style>
border-color css
<style>
span { border-color: #B31432; }
span { border-color: rgb(179,20,50); }
td.TdClassName
{
border-color: #B31432;
}
.TagClassName
{
border-color: #B31432;
}
</style>