#BA1017

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

Shades of Venetian Red #BA1017

Tints of Venetian Red #BA1017

Color information

#BA1017 (or 0xBA1017) is unknown color: approx Venetian Red. HEX triplet: BA, 10 and 17. RGB value is (186,16,23). Sum of RGB (Red+Green+Blue) = 186+16+23=225 (29% of max value = 765). Red value is 186 (73.05% from 255 or 82.67% from 225); Green value is 16 (6.64% from 255 or 7.11% from 225); Blue value is 23 (9.38% from 255 or 10.22% from 225); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1017 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1017 is #45EFE8. Grayscale: #434343. Windows color (decimal): -4583401 or 1511610. OLE color: 1511610.

HSL color Cylindrical-coordinate representation of color #BA1017: hue angle of 357.53º degrees, saturation: 0.84, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #BA1017 is Cyan = 0, Magento = 0.91, Yellow = 0.88 and Black (K on CMYK) = 0.27.

Color convert

RGB1861623-
CMYK00.910.880.27
HSL357.53º84.16%39.61%-
HSV(B)357.53º91.4%72.94%-
XYZ20.5910.871.82-
YUV67.63102.82212.43-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 82.67%
GREEN value IS 16 (6.64% from 255) = 7.11%
BLUE value IS 23 (9.38% from 255) = 10.22%
R=82.67%
G=7.11%
B=10.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.88
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186162300.910.880.27357.5384.1639.61
HexBA101705B581B1665428
Octal272202701331303354612450
Binary101110101000010111010110111011000110111011001101010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1017

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1017; }

 p { color: rgb(186,16,23); }

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

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

 a { background-color: rgb(186,16,23); }

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

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

 span { border-color: rgb(186,16,23); }

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