Shades of Venetian Red #BA0127
Tints of Venetian Red #BA0127
RGB
CMYK
RGB Variations
Color information
#BA0127 (or 0xBA0127) is known color: Venetian Red. HEX triplet: BA, 01 and 27. RGB value is (186,1,39). Sum of RGB (Red+Green+Blue) = 186+1+39=226 (29% of max value = 765). Red value is 186 (73.05% from 255 or 82.30% from 226); Green value is 1 (0.78% from 255 or 0.44% from 226); Blue value is 39 (15.62% from 255 or 17.26% from 226); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0127 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0127 is #45FED8. Grayscale: #3C3C3C. Windows color (decimal): -4587225 or 2556346. OLE color: 2556346.
HSL color Cylindrical-coordinate representation of color #BA0127: hue angle of 347.68º degrees, saturation: 0.99, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #BA0127 is Cyan = 0, Magento = 0.99, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 1 | 39 | - |
| CMYK | 0 | 0.99 | 0.79 | 0.27 |
| HSL | 347.68º | 0.99% | 0.37% | - |
| HSV(B) | 347.68º | 0.99% | 0.73% | - |
| XYZ | 20.63 | 10.61 | 2.88 | - |
| YUV | 60.65 | 115.79 | 217.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 1 | 39 | 0 | 0.99 | 0.79 | 0.27 | 347.68 | 0.99 | 0.37 |
| Hex | BA | 1 | 27 | 0 | 63 | 4F | 1B | 15C | 63 | 25 |
| Octal | 272 | 1 | 47 | 0 | 143 | 117 | 33 | 534 | 143 | 45 |
| Binary | 10111010 | 1 | 100111 | 0 | 1100011 | 1001111 | 11011 | 101011100 | 1100011 | 100101 |
Color Harmonies of #BA0127
Complementary color
Monochromatic Colors of #BA0127
Black with #BA0127
Text Example
Text Example
White with #BA0127
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0127; }
p { color: rgb(186,1,39); }
H1.HeaderClassName
{
color: #BA0127;
}
.AnyTagClassName
{
color: #BA0127;
}
</style>
background-color css
<style>
a { background-color: #BA0127; }
a { background-color: rgb(186,1,39); }
div.DivClassName
{
background-color: #BA0127;
}
.BgClassName
{
background-color: #BA0127;
}
</style>
border-color css
<style>
span { border-color: #BA0127; }
span { border-color: rgb(186,1,39); }
td.TdClassName
{
border-color: #BA0127;
}
.TagClassName
{
border-color: #BA0127;
}
</style>