Shades of Venetian Red #BA092A
Tints of Venetian Red #BA092A
RGB
CMYK
RGB Variations
Color information
#BA092A (or 0xBA092A) is known color: Venetian Red. HEX triplet: BA, 09 and 2A. RGB value is (186,9,42). Sum of RGB (Red+Green+Blue) = 186+9+42=237 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.48% from 237); Green value is 9 (3.91% from 255 or 3.80% from 237); Blue value is 42 (16.80% from 255 or 17.72% from 237); Max value from RGB is 186 - color contains mainly: red. Hex color #BA092A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA092A is #45F6D5. Grayscale: #414141. Windows color (decimal): -4585174 or 2755002. OLE color: 2755002.
HSL color Cylindrical-coordinate representation of color #BA092A: hue angle of 348.81º degrees, saturation: 0.91, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #BA092A is Cyan = 0, Magento = 0.95, Yellow = 0.77 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 9 | 42 | - |
| CMYK | 0 | 0.95 | 0.77 | 0.27 |
| HSL | 348.81º | 0.91% | 0.38% | - |
| HSV(B) | 348.81º | 0.95% | 0.73% | - |
| XYZ | 20.77 | 10.8 | 3.18 | - |
| YUV | 65.69 | 114.64 | 213.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 9 | 42 | 0 | 0.95 | 0.77 | 0.27 | 348.81 | 0.91 | 0.38 |
| Hex | BA | 9 | 2A | 0 | 5F | 4D | 1B | 15D | 5B | 26 |
| Octal | 272 | 11 | 52 | 0 | 137 | 115 | 33 | 535 | 133 | 46 |
| Binary | 10111010 | 1001 | 101010 | 0 | 1011111 | 1001101 | 11011 | 101011101 | 1011011 | 100110 |
Color Harmonies of #BA092A
Complementary color
Monochromatic Colors of #BA092A
Black with #BA092A
Text Example
Text Example
White with #BA092A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA092A; }
p { color: rgb(186,9,42); }
H1.HeaderClassName
{
color: #BA092A;
}
.AnyTagClassName
{
color: #BA092A;
}
</style>
background-color css
<style>
a { background-color: #BA092A; }
a { background-color: rgb(186,9,42); }
div.DivClassName
{
background-color: #BA092A;
}
.BgClassName
{
background-color: #BA092A;
}
</style>
border-color css
<style>
span { border-color: #BA092A; }
span { border-color: rgb(186,9,42); }
td.TdClassName
{
border-color: #BA092A;
}
.TagClassName
{
border-color: #BA092A;
}
</style>