#BA000C

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

Shades of Venetian Red #BA000C

Tints of Venetian Red #BA000C

Color information

#BA000C (or 0xBA000C) is unknown color: approx Venetian Red. HEX triplet: BA, 00 and 0C. RGB value is (186,0,12). Sum of RGB (Red+Green+Blue) = 186+0+12=198 (26% of max value = 765). Red value is 186 (73.05% from 255 or 93.94% from 198); Green value is 0 (0.39% from 255 or 0% from 198); Blue value is 12 (5.08% from 255 or 6.06% from 198); Max value from RGB is 186 - color contains mainly: red. Hex color #BA000C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA000C is #45FFF3. Grayscale: #393939. Windows color (decimal): -4587508 or 786618. OLE color: 786618.

HSL color Cylindrical-coordinate representation of color #BA000C: hue angle of 356.13º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 1%. Process color model (Four color, CMYK) of #BA000C is Cyan = 0, Magento = 1, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB186012-
CMYK010.940.27
HSL356.13º100%36.47%-
HSV(B)356.13º100%72.94%-
XYZ20.3210.471.3-
YUV56.98102.62220.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 93.94%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 12 (5.08% from 255) = 6.06%
R=93.94%
G=0%
B=6.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.94
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186012010.940.27356.1310036.47
HexBA0C0645E1B1646424
Octal27201401441363354414444
Binary1011101001100011001001011110110111011001001100100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA000C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA000C; }

 p { color: rgb(186,0,12); }

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

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

 a { background-color: rgb(186,0,12); }

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

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

 span { border-color: rgb(186,0,12); }

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