Shades of Cardinal #B31A32
Tints of Cardinal #B31A32
RGB
CMYK
RGB Variations
Color information
#B31A32 (or 0xB31A32) is known color: Cardinal. HEX triplet: B3, 1A and 32. RGB value is (179,26,50). Sum of RGB (Red+Green+Blue) = 179+26+50=255 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.20% from 255); Green value is 26 (10.55% from 255 or 10.20% from 255); Blue value is 50 (19.92% from 255 or 19.61% from 255); Max value from RGB is 179 - color contains mainly: red. Hex color #B31A32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31A32 is #4CE5CD. Grayscale: #4A4A4A. Windows color (decimal): -5039566 or 3283635. OLE color: 3283635.
HSL color Cylindrical-coordinate representation of color #B31A32: hue angle of 350.59º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B31A32 is Cyan = 0, Magento = 0.85, Yellow = 0.72 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 26 | 50 | - |
| CMYK | 0 | 0.85 | 0.72 | 0.30 |
| HSL | 350.59º | 0.75% | 0.4% | - |
| HSV(B) | 350.59º | 0.85% | 0.7% | - |
| XYZ | 19.54 | 10.55 | 4.02 | - |
| YUV | 74.48 | 114.19 | 202.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 26 | 50 | 0 | 0.85 | 0.72 | 0.30 | 350.59 | 0.75 | 0.4 |
| Hex | B3 | 1A | 32 | 0 | 55 | 48 | 1E | 15F | 4B | 28 |
| Octal | 263 | 32 | 62 | 0 | 125 | 110 | 36 | 537 | 113 | 50 |
| Binary | 10110011 | 11010 | 110010 | 0 | 1010101 | 1001000 | 11110 | 101011111 | 1001011 | 101000 |
Color Harmonies of #B31A32
Complementary color
Monochromatic Colors of #B31A32
Black with #B31A32
Text Example
Text Example
White with #B31A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31A32; }
p { color: rgb(179,26,50); }
H1.HeaderClassName
{
color: #B31A32;
}
.AnyTagClassName
{
color: #B31A32;
}
</style>
background-color css
<style>
a { background-color: #B31A32; }
a { background-color: rgb(179,26,50); }
div.DivClassName
{
background-color: #B31A32;
}
.BgClassName
{
background-color: #B31A32;
}
</style>
border-color css
<style>
span { border-color: #B31A32; }
span { border-color: rgb(179,26,50); }
td.TdClassName
{
border-color: #B31A32;
}
.TagClassName
{
border-color: #B31A32;
}
</style>