#BA0F1E

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

Shades of Venetian Red #BA0F1E

Tints of Venetian Red #BA0F1E

Color information

#BA0F1E (or 0xBA0F1E) is unknown color: approx Venetian Red. HEX triplet: BA, 0F and 1E. RGB value is (186,15,30). Sum of RGB (Red+Green+Blue) = 186+15+30=231 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.52% from 231); Green value is 15 (6.25% from 255 or 6.49% from 231); Blue value is 30 (12.11% from 255 or 12.99% from 231); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0F1E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0F1E is #45F0E1. Grayscale: #434343. Windows color (decimal): -4583650 or 1970106. OLE color: 1970106.

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

Color convert

RGB1861530-
CMYK00.920.840.27
HSL354.74º85.07%39.41%-
HSV(B)354.74º91.94%72.94%-
XYZ20.6510.872.24-
YUV67.84106.65212.28-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 80.52%
GREEN value IS 15 (6.25% from 255) = 6.49%
BLUE value IS 30 (12.11% from 255) = 12.99%
R=80.52%
G=6.49%
B=12.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal186153000.920.840.27354.7485.0739.41
HexBAF1E05C541B1635527
Octal272173601341243354312547
Binary10111010111111110010111001010100110111011000111010101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA0F1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA0F1E; }

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

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

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

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

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

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

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

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