Html Css Color HEX #BA0E1E Venetian Red

📋 copy color: '#BA0E1E'

red 186 ◦ green 14 ◦ blue 30

#BA0E1E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Venetian Red #BA0E1E

Tints of Venetian Red #BA0E1E

RGB

 RED value IS 186 (73.05% from 255) = 80.87%

 GREEN value IS 14 (5.86% from 255) = 6.09%

 BLUE value IS 30 (12.11% from 255) = 13.04%

R = 80.87%
G = 6.09%
B = 13.04%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA0E1E (or 0xBA0E1E) is known color: Venetian Red. HEX triplet: BA, 0E and 1E. RGB value is (186,14,30). Sum of RGB (Red+Green+Blue) = 186+14+30=230 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.87% from 230); Green value is 14 (5.86% from 255 or 6.09% from 230); Blue value is 30 (12.11% from 255 or 13.04% from 230); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0E1E is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0E1E is #45F1E1. Grayscale: #434343. Windows color (decimal): -4583906 or 1969850. OLE color: 1969850.

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

Color convert

RGB 186 14 30 -
CMYK 0 0.92 0.84 0.27
HSL 354.42º 0.86% 0.39% -
HSV(B) 354.42º 0.92% 0.73% -
XYZ 20.64 10.85 2.23 -
YUV 67.25 106.98 212.7 -
System Red Green Blue C M Y K H S L
Decimal 186 14 30 0 0.92 0.84 0.27 354.42 0.86 0.39
Hex BA E 1E 0 5C 54 1B 162 56 27
Octal 272 16 36 0 134 124 33 542 126 47
Binary 10111010 1110 11110 0 1011100 1010100 11011 101100010 1010110 100111

Color Harmonies of #BA0E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0E1E

Black with #BA0E1E

Text Example


Text Example

White with #BA0E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0E1E; }

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

 H1.HeaderClassName
 {
   color: #BA0E1E;
 }
 .AnyTagClassName
 {
   color: #BA0E1E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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