#BA1022

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

Shades of Venetian Red #BA1022

Tints of Venetian Red #BA1022

Color information

#BA1022 (or 0xBA1022) is unknown color: approx Venetian Red. HEX triplet: BA, 10 and 22. RGB value is (186,16,34). Sum of RGB (Red+Green+Blue) = 186+16+34=236 (31% of max value = 765). Red value is 186 (73.05% from 255 or 78.81% from 236); Green value is 16 (6.64% from 255 or 6.78% from 236); Blue value is 34 (13.67% from 255 or 14.41% from 236); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1022 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA1022 is #45EFDD. Grayscale: #444444. Windows color (decimal): -4583390 or 2232506. OLE color: 2232506.

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

Color convert

RGB1861634-
CMYK00.910.820.27
HSL353.65º84.16%39.61%-
HSV(B)353.65º91.4%72.94%-
XYZ20.7210.932.53-
YUV68.88108.32211.54-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 78.81%
GREEN value IS 16 (6.64% from 255) = 6.78%
BLUE value IS 34 (13.67% from 255) = 14.41%
R=78.81%
G=6.78%
B=14.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.82
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186163400.910.820.27353.6584.1639.61
HexBA102205B521B1625428
Octal272204201331223354212450
Binary1011101010000100010010110111010010110111011000101010100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA1022

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA1022; }

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

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

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

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

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

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

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

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