Html Css Color HEX #BA071A Venetian Red

📋 copy color: '#BA071A'

red 186 ◦ green 7 ◦ blue 26

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

Shades of Venetian Red #BA071A

Tints of Venetian Red #BA071A

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.2%

 BLUE value IS 26 (10.55% from 255) = 11.87%

R = 84.93%
G = 3.2%
B = 11.87%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.86

 K value IS 0.27

RGB Variations

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

Color information

#BA071A (or 0xBA071A) is known color: Venetian Red. HEX triplet: BA, 07 and 1A. RGB value is (186,7,26). Sum of RGB (Red+Green+Blue) = 186+7+26=219 (29% of max value = 765). Red value is 186 (73.05% from 255 or 84.93% from 219); Green value is 7 (3.12% from 255 or 3.20% from 219); Blue value is 26 (10.55% from 255 or 11.87% from 219); Max value from RGB is 186 - color contains mainly: red. Hex color #BA071A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA071A is #45F8E5. Grayscale: #3E3E3E. Windows color (decimal): -4585702 or 1705914. OLE color: 1705914.

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

Color convert

RGB 186 7 26 -
CMYK 0 0.96 0.86 0.27
HSL 353.63º 0.93% 0.38% -
HSV(B) 353.63º 0.96% 0.73% -
XYZ 20.51 10.67 1.95 -
YUV 62.69 107.3 215.96 -
System Red Green Blue C M Y K H S L
Decimal 186 7 26 0 0.96 0.86 0.27 353.63 0.93 0.38
Hex BA 7 1A 0 60 56 1B 162 5D 26
Octal 272 7 32 0 140 126 33 542 135 46
Binary 10111010 111 11010 0 1100000 1010110 11011 101100010 1011101 100110

Color Harmonies of #BA071A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA071A

Black with #BA071A

Text Example


Text Example

White with #BA071A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA071A; }

 p { color: rgb(186,7,26); }

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

background-color css

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

 a { background-color: rgb(186,7,26); }

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

border-color css

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

 span { border-color: rgb(186,7,26); }

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