#BA020E

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

Shades of Venetian Red #BA020E

Tints of Venetian Red #BA020E

Color information

#BA020E (or 0xBA020E) is unknown color: approx Venetian Red. HEX triplet: BA, 02 and 0E. RGB value is (186,2,14). Sum of RGB (Red+Green+Blue) = 186+2+14=202 (26% of max value = 765). Red value is 186 (73.05% from 255 or 92.08% from 202); Green value is 2 (1.17% from 255 or 0.99% from 202); Blue value is 14 (5.86% from 255 or 6.93% from 202); Max value from RGB is 186 - color contains mainly: red. Hex color #BA020E is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA020E is #45FDF1. Grayscale: #3A3A3A. Windows color (decimal): -4586994 or 918202. OLE color: 918202.

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

Color convert

RGB186214-
CMYK00.990.920.27
HSL356.09º97.87%36.86%-
HSV(B)356.09º98.92%72.94%-
XYZ20.3510.511.37-
YUV58.38102.96219.02-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 92.08%
GREEN value IS 2 (1.17% from 255) = 0.99%
BLUE value IS 14 (5.86% from 255) = 6.93%
R=92.08%
G=0.99%
B=6.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.92
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18621400.990.920.27356.0997.8736.86
HexBA2E0635C1B1646225
Octal27221601431343354414245
Binary10111010101110011000111011100110111011001001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA020E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA020E; }

 p { color: rgb(186,2,14); }

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

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

 a { background-color: rgb(186,2,14); }

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

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

 span { border-color: rgb(186,2,14); }

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