Shades of Venetian Red #BA0327
Tints of Venetian Red #BA0327
RGB
CMYK
RGB Variations
Color information
#BA0327 (or 0xBA0327) is known color: Venetian Red. HEX triplet: BA, 03 and 27. RGB value is (186,3,39). Sum of RGB (Red+Green+Blue) = 186+3+39=228 (30% of max value = 765). Red value is 186 (73.05% from 255 or 81.58% from 228); Green value is 3 (1.56% from 255 or 1.32% from 228); Blue value is 39 (15.62% from 255 or 17.11% from 228); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0327 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0327 is #45FCD8. Grayscale: #3D3D3D. Windows color (decimal): -4586713 or 2556858. OLE color: 2556858.
HSL color Cylindrical-coordinate representation of color #BA0327: hue angle of 348.2º degrees, saturation: 0.97, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #BA0327 is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 186 | 3 | 39 | - |
| CMYK | 0 | 0.98 | 0.79 | 0.27 |
| HSL | 348.2º | 0.97% | 0.37% | - |
| HSV(B) | 348.2º | 0.98% | 0.73% | - |
| XYZ | 20.65 | 10.65 | 2.89 | - |
| YUV | 61.82 | 115.13 | 216.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 186 | 3 | 39 | 0 | 0.98 | 0.79 | 0.27 | 348.2 | 0.97 | 0.37 |
| Hex | BA | 3 | 27 | 0 | 62 | 4F | 1B | 15C | 61 | 25 |
| Octal | 272 | 3 | 47 | 0 | 142 | 117 | 33 | 534 | 141 | 45 |
| Binary | 10111010 | 11 | 100111 | 0 | 1100010 | 1001111 | 11011 | 101011100 | 1100001 | 100101 |
Color Harmonies of #BA0327
Complementary color
Monochromatic Colors of #BA0327
Black with #BA0327
Text Example
Text Example
White with #BA0327
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #BA0327; }
p { color: rgb(186,3,39); }
H1.HeaderClassName
{
color: #BA0327;
}
.AnyTagClassName
{
color: #BA0327;
}
</style>
background-color css
<style>
a { background-color: #BA0327; }
a { background-color: rgb(186,3,39); }
div.DivClassName
{
background-color: #BA0327;
}
.BgClassName
{
background-color: #BA0327;
}
</style>
border-color css
<style>
span { border-color: #BA0327; }
span { border-color: rgb(186,3,39); }
td.TdClassName
{
border-color: #BA0327;
}
.TagClassName
{
border-color: #BA0327;
}
</style>