Html Css Color HEX #BA0720 Venetian Red

📋 copy color: '#BA0720'

red 186 ◦ green 7 ◦ blue 32

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

Shades of Venetian Red #BA0720

Tints of Venetian Red #BA0720

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 14.22%

R = 82.67%
G = 3.11%
B = 14.22%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BA0720 (or 0xBA0720) is known color: Venetian Red. HEX triplet: BA, 07 and 20. RGB value is (186,7,32). Sum of RGB (Red+Green+Blue) = 186+7+32=225 (29% of max value = 765). Red value is 186 (73.05% from 255 or 82.67% from 225); Green value is 7 (3.12% from 255 or 3.11% from 225); Blue value is 32 (12.89% from 255 or 14.22% from 225); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0720 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0720 is #45F8DF. Grayscale: #3F3F3F. Windows color (decimal): -4585696 or 2099130. OLE color: 2099130.

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

Color convert

RGB 186 7 32 -
CMYK 0 0.96 0.83 0.27
HSL 351.62º 0.93% 0.38% -
HSV(B) 351.62º 0.96% 0.73% -
XYZ 20.59 10.7 2.35 -
YUV 63.37 110.3 215.47 -
System Red Green Blue C M Y K H S L
Decimal 186 7 32 0 0.96 0.83 0.27 351.62 0.93 0.38
Hex BA 7 20 0 60 53 1B 160 5D 26
Octal 272 7 40 0 140 123 33 540 135 46
Binary 10111010 111 100000 0 1100000 1010011 11011 101100000 1011101 100110

Color Harmonies of #BA0720

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0720

Black with #BA0720

Text Example


Text Example

White with #BA0720

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0720; }

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

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

background-color css

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

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

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

border-color css

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

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

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