Shades of Cardinal #B31A39
Tints of Cardinal #B31A39
RGB
CMYK
RGB Variations
Color information
#B31A39 (or 0xB31A39) is known color: Cardinal. HEX triplet: B3, 1A and 39. RGB value is (179,26,57). Sum of RGB (Red+Green+Blue) = 179+26+57=262 (34% of max value = 765). Red value is 179 (70.31% from 255 or 68.32% from 262); Green value is 26 (10.55% from 255 or 9.92% from 262); Blue value is 57 (22.66% from 255 or 21.76% from 262); Max value from RGB is 179 - color contains mainly: red. Hex color #B31A39 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31A39 is #4CE5C6. Grayscale: #4B4B4B. Windows color (decimal): -5039559 or 3742387. OLE color: 3742387.
HSL color Cylindrical-coordinate representation of color #B31A39: hue angle of 347.84º 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 #B31A39 is Cyan = 0, Magento = 0.85, Yellow = 0.68 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 26 | 57 | - |
| CMYK | 0 | 0.85 | 0.68 | 0.30 |
| HSL | 347.84º | 0.75% | 0.4% | - |
| HSV(B) | 347.84º | 0.85% | 0.7% | - |
| XYZ | 19.7 | 10.62 | 4.88 | - |
| YUV | 75.28 | 117.69 | 201.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 26 | 57 | 0 | 0.85 | 0.68 | 0.30 | 347.84 | 0.75 | 0.4 |
| Hex | B3 | 1A | 39 | 0 | 55 | 44 | 1E | 15C | 4B | 28 |
| Octal | 263 | 32 | 71 | 0 | 125 | 104 | 36 | 534 | 113 | 50 |
| Binary | 10110011 | 11010 | 111001 | 0 | 1010101 | 1000100 | 11110 | 101011100 | 1001011 | 101000 |
Color Harmonies of #B31A39
Complementary color
Monochromatic Colors of #B31A39
Black with #B31A39
Text Example
Text Example
White with #B31A39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31A39; }
p { color: rgb(179,26,57); }
H1.HeaderClassName
{
color: #B31A39;
}
.AnyTagClassName
{
color: #B31A39;
}
</style>
background-color css
<style>
a { background-color: #B31A39; }
a { background-color: rgb(179,26,57); }
div.DivClassName
{
background-color: #B31A39;
}
.BgClassName
{
background-color: #B31A39;
}
</style>
border-color css
<style>
span { border-color: #B31A39; }
span { border-color: rgb(179,26,57); }
td.TdClassName
{
border-color: #B31A39;
}
.TagClassName
{
border-color: #B31A39;
}
</style>