Shades of Cardinal #B31A40
Tints of Cardinal #B31A40
RGB
CMYK
RGB Variations
Color information
#B31A40 (or 0xB31A40) is known color: Cardinal. HEX triplet: B3, 1A and 40. RGB value is (179,26,64). Sum of RGB (Red+Green+Blue) = 179+26+64=269 (35% of max value = 765). Red value is 179 (70.31% from 255 or 66.54% from 269); Green value is 26 (10.55% from 255 or 9.67% from 269); Blue value is 64 (25.39% from 255 or 23.79% from 269); Max value from RGB is 179 - color contains mainly: red. Hex color #B31A40 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31A40 is #4CE5BF. Grayscale: #4C4C4C. Windows color (decimal): -5039552 or 4201139. OLE color: 4201139.
HSL color Cylindrical-coordinate representation of color #B31A40: hue angle of 345.1º 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 #B31A40 is Cyan = 0, Magento = 0.85, Yellow = 0.64 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 26 | 64 | - |
| CMYK | 0 | 0.85 | 0.64 | 0.30 |
| HSL | 345.1º | 0.75% | 0.4% | - |
| HSV(B) | 345.1º | 0.85% | 0.7% | - |
| XYZ | 19.89 | 10.69 | 5.87 | - |
| YUV | 76.08 | 121.19 | 201.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 26 | 64 | 0 | 0.85 | 0.64 | 0.30 | 345.1 | 0.75 | 0.4 |
| Hex | B3 | 1A | 40 | 0 | 55 | 40 | 1E | 159 | 4B | 28 |
| Octal | 263 | 32 | 100 | 0 | 125 | 100 | 36 | 531 | 113 | 50 |
| Binary | 10110011 | 11010 | 1000000 | 0 | 1010101 | 1000000 | 11110 | 101011001 | 1001011 | 101000 |
Color Harmonies of #B31A40
Complementary color
Monochromatic Colors of #B31A40
Black with #B31A40
Text Example
Text Example
White with #B31A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31A40; }
p { color: rgb(179,26,64); }
H1.HeaderClassName
{
color: #B31A40;
}
.AnyTagClassName
{
color: #B31A40;
}
</style>
background-color css
<style>
a { background-color: #B31A40; }
a { background-color: rgb(179,26,64); }
div.DivClassName
{
background-color: #B31A40;
}
.BgClassName
{
background-color: #B31A40;
}
</style>
border-color css
<style>
span { border-color: #B31A40; }
span { border-color: rgb(179,26,64); }
td.TdClassName
{
border-color: #B31A40;
}
.TagClassName
{
border-color: #B31A40;
}
</style>