#BA0512

Color #BA0512 Venetian Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Venetian Red #BA0512

Tints of Venetian Red #BA0512

Color information

#BA0512 (or 0xBA0512) is unknown color: approx Venetian Red. HEX triplet: BA, 05 and 12. RGB value is (186,5,18). Sum of RGB (Red+Green+Blue) = 186+5+18=209 (27% of max value = 765). Red value is 186 (73.05% from 255 or 89.00% from 209); Green value is 5 (2.34% from 255 or 2.39% from 209); Blue value is 18 (7.42% from 255 or 8.61% from 209); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0512 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0512 is #45FAED. Grayscale: #3C3C3C. Windows color (decimal): -4586222 or 1181114. OLE color: 1181114.

HSL color Cylindrical-coordinate representation of color #BA0512: hue angle of 355.69º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #BA0512 is Cyan = 0, Magento = 0.97, Yellow = 0.90 and Black (K on CMYK) = 0.27.

Color convert

RGB186518-
CMYK00.970.900.27
HSL355.69º94.76%37.45%-
HSV(B)355.69º97.31%72.94%-
XYZ20.4110.591.54-
YUV60.6103.97217.44-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 186 (73.05% from 255) = 89.00%
GREEN value IS 5 (2.34% from 255) = 2.39%
BLUE value IS 18 (7.42% from 255) = 8.61%
R=89.00%
G=2.39%
B=8.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.90
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18651800.970.900.27355.6994.7637.45
HexBA5120615A1B1645f25
Octal27252201411323354413745
Binary1011101010110010011000011011010110111011001001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0512; }

 p { color: rgb(186,5,18); }

 H1.HeaderClassName
 {
   color: #BA0512;
 }
 .AnyTagClassName
 {
   color: #BA0512;
 }
</style>
background-color css

<style>
 a { background-color: #BA0512; }

 a { background-color: rgb(186,5,18); }

 div.DivClassName
 {
   background-color: #BA0512;
 }
 .BgClassName
 {
   background-color: #BA0512;
 }
</style>
border-color css

<style>
 span { border-color: #BA0512; }

 span { border-color: rgb(186,5,18); }

 td.TdClassName
 {
   border-color: #BA0512;
 }
 .TagClassName
 {
   border-color: #BA0512;
 }
</style>