Shades of Cardinal #B31A2A
Tints of Cardinal #B31A2A
RGB
CMYK
RGB Variations
Color information
#B31A2A (or 0xB31A2A) is known color: Cardinal. HEX triplet: B3, 1A and 2A. RGB value is (179,26,42). Sum of RGB (Red+Green+Blue) = 179+26+42=247 (32% of max value = 765). Red value is 179 (70.31% from 255 or 72.47% from 247); Green value is 26 (10.55% from 255 or 10.53% from 247); Blue value is 42 (16.80% from 255 or 17.00% from 247); Max value from RGB is 179 - color contains mainly: red. Hex color #B31A2A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31A2A is #4CE5D5. Grayscale: #494949. Windows color (decimal): -5039574 or 2759347. OLE color: 2759347.
HSL color Cylindrical-coordinate representation of color #B31A2A: hue angle of 353.73º 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 #B31A2A is Cyan = 0, Magento = 0.85, Yellow = 0.77 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 26 | 42 | - |
| CMYK | 0 | 0.85 | 0.77 | 0.30 |
| HSL | 353.73º | 0.75% | 0.4% | - |
| HSV(B) | 353.73º | 0.85% | 0.7% | - |
| XYZ | 19.38 | 10.49 | 3.19 | - |
| YUV | 73.57 | 110.19 | 203.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 26 | 42 | 0 | 0.85 | 0.77 | 0.30 | 353.73 | 0.75 | 0.4 |
| Hex | B3 | 1A | 2A | 0 | 55 | 4D | 1E | 162 | 4B | 28 |
| Octal | 263 | 32 | 52 | 0 | 125 | 115 | 36 | 542 | 113 | 50 |
| Binary | 10110011 | 11010 | 101010 | 0 | 1010101 | 1001101 | 11110 | 101100010 | 1001011 | 101000 |
Color Harmonies of #B31A2A
Complementary color
Monochromatic Colors of #B31A2A
Black with #B31A2A
Text Example
Text Example
White with #B31A2A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31A2A; }
p { color: rgb(179,26,42); }
H1.HeaderClassName
{
color: #B31A2A;
}
.AnyTagClassName
{
color: #B31A2A;
}
</style>
background-color css
<style>
a { background-color: #B31A2A; }
a { background-color: rgb(179,26,42); }
div.DivClassName
{
background-color: #B31A2A;
}
.BgClassName
{
background-color: #B31A2A;
}
</style>
border-color css
<style>
span { border-color: #B31A2A; }
span { border-color: rgb(179,26,42); }
td.TdClassName
{
border-color: #B31A2A;
}
.TagClassName
{
border-color: #B31A2A;
}
</style>