Shades of Venetian Red #BA1017
Tints of Venetian Red #BA1017
RGB
CMYK
RGB Variations
Color information
#BA1017 (or 0xBA1017) is known color: Venetian Red. HEX triplet: BA, 10 and 17. RGB value is (186,16,23). Sum of RGB (Red+Green+Blue) = 186+16+23=225 (29% of max value = 765). Red value is 186 (73.05% from 255 or 82.67% from 225); Green value is 16 (6.64% from 255 or 7.11% from 225); Blue value is 23 (9.38% from 255 or 10.22% from 225); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1017 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1017 is #45EFE8. Grayscale: #434343. Windows color (decimal): -4583401 or 1511610. OLE color: 1511610.
HSL color Cylindrical-coordinate representation of color #BA1017: hue angle of 357.53º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA1017 is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 16 | 23 | - |
| CMYK | 0 | 0.91 | 0.88 | 0.27 |
| HSL | 357.53º | 0.84% | 0.4% | - |
| HSV(B) | 357.53º | 0.91% | 0.73% | - |
| XYZ | 20.59 | 10.87 | 1.82 | - |
| YUV | 67.63 | 102.82 | 212.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 16 | 23 | 0 | 0.91 | 0.88 | 0.27 | 357.53 | 0.84 | 0.4 |
| Hex | BA | 10 | 17 | 0 | 5B | 58 | 1B | 166 | 54 | 28 |
| Octal | 272 | 20 | 27 | 0 | 133 | 130 | 33 | 546 | 124 | 50 |
| Binary | 10111010 | 10000 | 10111 | 0 | 1011011 | 1011000 | 11011 | 101100110 | 1010100 | 101000 |
Color Harmonies of #BA1017
Complementary color
Monochromatic Colors of #BA1017
Black with #BA1017
Text Example
Text Example
White with #BA1017
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA1017; }
p { color: rgb(186,16,23); }
H1.HeaderClassName
{
color: #BA1017;
}
.AnyTagClassName
{
color: #BA1017;
}
</style>
background-color css
<style>
a { background-color: #BA1017; }
a { background-color: rgb(186,16,23); }
div.DivClassName
{
background-color: #BA1017;
}
.BgClassName
{
background-color: #BA1017;
}
</style>
border-color css
<style>
span { border-color: #BA1017; }
span { border-color: rgb(186,16,23); }
td.TdClassName
{
border-color: #BA1017;
}
.TagClassName
{
border-color: #BA1017;
}
</style>