Shades of Venetian Red #BA061C
Tints of Venetian Red #BA061C
RGB
CMYK
RGB Variations
Color information
#BA061C (or 0xBA061C) is known color: Venetian Red. HEX triplet: BA, 06 and 1C. RGB value is (186,6,28). Sum of RGB (Red+Green+Blue) = 186+6+28=220 (29% of max value = 765). Red value is 186 (73.05% from 255 or 84.55% from 220); Green value is 6 (2.73% from 255 or 2.73% from 220); Blue value is 28 (11.33% from 255 or 12.73% from 220); Max value from RGB is 186 - color contains mainly: red. Hex color #BA061C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA061C is #45F9E3. Grayscale: #3E3E3E. Windows color (decimal): -4585956 or 1836730. OLE color: 1836730.
HSL color Cylindrical-coordinate representation of color #BA061C: hue angle of 352.67º degrees, saturation: 0.94, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA061C is Cyan = 0, Magento = 0.97, Yellow = 0.85 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 6 | 28 | - |
| CMYK | 0 | 0.97 | 0.85 | 0.27 |
| HSL | 352.67º | 0.94% | 0.38% | - |
| HSV(B) | 352.67º | 0.97% | 0.73% | - |
| XYZ | 20.52 | 10.65 | 2.07 | - |
| YUV | 62.33 | 108.63 | 216.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 6 | 28 | 0 | 0.97 | 0.85 | 0.27 | 352.67 | 0.94 | 0.38 |
| Hex | BA | 6 | 1C | 0 | 61 | 55 | 1B | 161 | 5E | 26 |
| Octal | 272 | 6 | 34 | 0 | 141 | 125 | 33 | 541 | 136 | 46 |
| Binary | 10111010 | 110 | 11100 | 0 | 1100001 | 1010101 | 11011 | 101100001 | 1011110 | 100110 |
Color Harmonies of #BA061C
Complementary color
Monochromatic Colors of #BA061C
Black with #BA061C
Text Example
Text Example
White with #BA061C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA061C; }
p { color: rgb(186,6,28); }
H1.HeaderClassName
{
color: #BA061C;
}
.AnyTagClassName
{
color: #BA061C;
}
</style>
background-color css
<style>
a { background-color: #BA061C; }
a { background-color: rgb(186,6,28); }
div.DivClassName
{
background-color: #BA061C;
}
.BgClassName
{
background-color: #BA061C;
}
</style>
border-color css
<style>
span { border-color: #BA061C; }
span { border-color: rgb(186,6,28); }
td.TdClassName
{
border-color: #BA061C;
}
.TagClassName
{
border-color: #BA061C;
}
</style>