#BA010C

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

Shades of Venetian Red #BA010C

Tints of Venetian Red #BA010C

Color information

#BA010C (or 0xBA010C) is unknown color: approx Venetian Red. HEX triplet: BA, 01 and 0C. RGB value is (186,1,12). Sum of RGB (Red+Green+Blue) = 186+1+12=199 (26% of max value = 765). Red value is 186 (73.05% from 255 or 93.47% from 199); Green value is 1 (0.78% from 255 or 0.50% from 199); Blue value is 12 (5.08% from 255 or 6.03% from 199); Max value from RGB is 186 - color contains mainly: red. Hex color #BA010C is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA010C is #45FEF3. Grayscale: #393939. Windows color (decimal): -4587252 or 786874. OLE color: 786874.

HSL color Cylindrical-coordinate representation of color #BA010C: hue angle of 356.43º 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 #BA010C is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.27.

Color convert

RGB186112-
CMYK00.990.940.27
HSL356.43º98.93%36.67%-
HSV(B)356.43º99.46%72.94%-
XYZ20.3310.491.3-
YUV57.57102.29219.61-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 93.47%
GREEN value IS 1 (0.78% from 255) = 0.50%
BLUE value IS 12 (5.08% from 255) = 6.03%
R=93.47%
G=0.50%
B=6.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.94
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18611200.990.940.27356.4398.9336.67
HexBA1C0635E1B1646325
Octal27211401431363354414345
Binary1011101011100011000111011110110111011001001100011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA010C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA010C; }

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

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

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

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

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

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

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

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