#BA020F

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

Shades of Venetian Red #BA020F

Tints of Venetian Red #BA020F

Color information

#BA020F (or 0xBA020F) is unknown color: approx Venetian Red. HEX triplet: BA, 02 and 0F. RGB value is (186,2,15). Sum of RGB (Red+Green+Blue) = 186+2+15=203 (26% of max value = 765). Red value is 186 (73.05% from 255 or 91.63% from 203); Green value is 2 (1.17% from 255 or 0.99% from 203); Blue value is 15 (6.25% from 255 or 7.39% from 203); Max value from RGB is 186 - color contains mainly: red. Hex color #BA020F is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA020F is #45FDF0. Grayscale: #3A3A3A. Windows color (decimal): -4586993 or 983738. OLE color: 983738.

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

Color convert

RGB186215-
CMYK00.990.920.27
HSL355.76º97.87%36.86%-
HSV(B)355.76º98.92%72.94%-
XYZ20.3610.521.41-
YUV58.5103.46218.94-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 91.63%
GREEN value IS 2 (1.17% from 255) = 0.99%
BLUE value IS 15 (6.25% from 255) = 7.39%
R=91.63%
G=0.99%
B=7.39%

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
Decimal18621500.990.920.27355.7697.8736.86
HexBA2F0635C1B1646225
Octal27221701431343354414245
Binary10111010101111011000111011100110111011001001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA020F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA020F; }

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

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

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

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

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

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

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

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