Shades of Cardinal #B31A30
Tints of Cardinal #B31A30
RGB
CMYK
RGB Variations
Color information
#B31A30 (or 0xB31A30) is known color: Cardinal. HEX triplet: B3, 1A and 30. RGB value is (179,26,48). Sum of RGB (Red+Green+Blue) = 179+26+48=253 (33% of max value = 765). Red value is 179 (70.31% from 255 or 70.75% from 253); Green value is 26 (10.55% from 255 or 10.28% from 253); Blue value is 48 (19.14% from 255 or 18.97% from 253); Max value from RGB is 179 - color contains mainly: red. Hex color #B31A30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31A30 is #4CE5CF. Grayscale: #4A4A4A. Windows color (decimal): -5039568 or 3152563. OLE color: 3152563.
HSL color Cylindrical-coordinate representation of color #B31A30: hue angle of 351.37º 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 #B31A30 is Cyan = 0, Magento = 0.85, Yellow = 0.73 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 179 | 26 | 48 | - |
| CMYK | 0 | 0.85 | 0.73 | 0.30 |
| HSL | 351.37º | 0.75% | 0.4% | - |
| HSV(B) | 351.37º | 0.85% | 0.7% | - |
| XYZ | 19.49 | 10.54 | 3.8 | - |
| YUV | 74.26 | 113.19 | 202.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 179 | 26 | 48 | 0 | 0.85 | 0.73 | 0.30 | 351.37 | 0.75 | 0.4 |
| Hex | B3 | 1A | 30 | 0 | 55 | 49 | 1E | 15F | 4B | 28 |
| Octal | 263 | 32 | 60 | 0 | 125 | 111 | 36 | 537 | 113 | 50 |
| Binary | 10110011 | 11010 | 110000 | 0 | 1010101 | 1001001 | 11110 | 101011111 | 1001011 | 101000 |
Color Harmonies of #B31A30
Complementary color
Monochromatic Colors of #B31A30
Black with #B31A30
Text Example
Text Example
White with #B31A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #B31A30; }
p { color: rgb(179,26,48); }
H1.HeaderClassName
{
color: #B31A30;
}
.AnyTagClassName
{
color: #B31A30;
}
</style>
background-color css
<style>
a { background-color: #B31A30; }
a { background-color: rgb(179,26,48); }
div.DivClassName
{
background-color: #B31A30;
}
.BgClassName
{
background-color: #B31A30;
}
</style>
border-color css
<style>
span { border-color: #B31A30; }
span { border-color: rgb(179,26,48); }
td.TdClassName
{
border-color: #B31A30;
}
.TagClassName
{
border-color: #B31A30;
}
</style>