#BA121D

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

Shades of Venetian Red #BA121D

Tints of Venetian Red #BA121D

Color information

#BA121D (or 0xBA121D) is unknown color: approx Venetian Red. HEX triplet: BA, 12 and 1D. RGB value is (186,18,29). Sum of RGB (Red+Green+Blue) = 186+18+29=233 (30% of max value = 765). Red value is 186 (73.05% from 255 or 79.83% from 233); Green value is 18 (7.42% from 255 or 7.73% from 233); Blue value is 29 (11.72% from 255 or 12.45% from 233); Max value from RGB is 186 - color contains mainly: red. Hex color #BA121D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA121D is #45EDE2. Grayscale: #454545. Windows color (decimal): -4582883 or 1905338. OLE color: 1905338.

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

Color convert

RGB1861829-
CMYK00.900.840.27
HSL356.07º82.35%40%-
HSV(B)356.07º90.32%72.94%-
XYZ20.6910.962.19-
YUV69.49105.16211.11-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 79.83%
GREEN value IS 18 (7.42% from 255) = 7.73%
BLUE value IS 29 (11.72% from 255) = 12.45%
R=79.83%
G=7.73%
B=12.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186182900.900.840.27356.0782.3540
HexBA121D05A541B1645228
Octal272223501321243354412250
Binary101110101001011101010110101010100110111011001001010010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA121D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA121D; }

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

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

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

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

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

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

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

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