#BA061E

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

Shades of Venetian Red #BA061E

Tints of Venetian Red #BA061E

Color information

#BA061E (or 0xBA061E) is unknown color: approx Venetian Red. HEX triplet: BA, 06 and 1E. RGB value is (186,6,30). Sum of RGB (Red+Green+Blue) = 186+6+30=222 (29% of max value = 765). Red value is 186 (73.05% from 255 or 83.78% from 222); Green value is 6 (2.73% from 255 or 2.70% from 222); Blue value is 30 (12.11% from 255 or 13.51% from 222); Max value from RGB is 186 - color contains mainly: red. Hex color #BA061E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA061E is #45F9E1. Grayscale: #3E3E3E. Windows color (decimal): -4585954 or 1967802. OLE color: 1967802.

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

Color convert

RGB186630-
CMYK00.970.840.27
HSL352º93.75%37.65%-
HSV(B)352º96.77%72.94%-
XYZ20.5510.662.2-
YUV62.56109.63216.05-

RGB Variations

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

RGB

RED value IS 186 (73.05% from 255) = 83.78%
GREEN value IS 6 (2.73% from 255) = 2.70%
BLUE value IS 30 (12.11% from 255) = 13.51%
R=83.78%
G=2.70%
B=13.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.84
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal18663000.970.840.2735293.7537.65
HexBA61E061541B1605e26
Octal27263601411243354013646
Binary1011101011011110011000011010100110111011000001011110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #BA061E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #BA061E; }

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

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

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

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

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

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

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

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