Shades of Cardinal #BA1F33
Tints of Cardinal #BA1F33
RGB
CMYK
RGB Variations
Color information
#BA1F33 (or 0xBA1F33) is known color: Cardinal. HEX triplet: BA, 1F and 33. RGB value is (186,31,51). Sum of RGB (Red+Green+Blue) = 186+31+51=268 (35% of max value = 765). Red value is 186 (73.05% from 255 or 69.40% from 268); Green value is 31 (12.5% from 255 or 11.57% from 268); Blue value is 51 (20.31% from 255 or 19.03% from 268); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1F33 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #BA1F33 is #45E0CC. Grayscale: #4F4F4F. Windows color (decimal): -4579533 or 3350458. OLE color: 3350458.
HSL color Cylindrical-coordinate representation of color #BA1F33: hue angle of 352.26º degrees, saturation: 0.71, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #BA1F33 is Cyan = 0, Magento = 0.83, Yellow = 0.73 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 31 | 51 | - |
| CMYK | 0 | 0.83 | 0.73 | 0.27 |
| HSL | 352.26º | 0.71% | 0.43% | - |
| HSV(B) | 352.26º | 0.83% | 0.73% | - |
| XYZ | 21.34 | 11.66 | 4.26 | - |
| YUV | 79.63 | 111.85 | 203.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 31 | 51 | 0 | 0.83 | 0.73 | 0.27 | 352.26 | 0.71 | 0.43 |
| Hex | BA | 1F | 33 | 0 | 53 | 49 | 1B | 160 | 47 | 2B |
| Octal | 272 | 37 | 63 | 0 | 123 | 111 | 33 | 540 | 107 | 53 |
| Binary | 10111010 | 11111 | 110011 | 0 | 1010011 | 1001001 | 11011 | 101100000 | 1000111 | 101011 |
Color Harmonies of #BA1F33
Complementary color
Monochromatic Colors of #BA1F33
Black with #BA1F33
Text Example
Text Example
White with #BA1F33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1F33; }
p { color: rgb(186,31,51); }
H1.HeaderClassName
{
color: #BA1F33;
}
.AnyTagClassName
{
color: #BA1F33;
}
</style>
background-color css
<style>
a { background-color: #BA1F33; }
a { background-color: rgb(186,31,51); }
div.DivClassName
{
background-color: #BA1F33;
}
.BgClassName
{
background-color: #BA1F33;
}
</style>
border-color css
<style>
span { border-color: #BA1F33; }
span { border-color: rgb(186,31,51); }
td.TdClassName
{
border-color: #BA1F33;
}
.TagClassName
{
border-color: #BA1F33;
}
</style>