Html Css Color HEX #BA0520 Venetian Red

📋 copy color: '#BA0520'

red 186 ◦ green 5 ◦ blue 32

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

Shades of Venetian Red #BA0520

Tints of Venetian Red #BA0520

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.24%

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

R = 83.41%
G = 2.24%
B = 14.35%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BA0520 (or 0xBA0520) is known color: Venetian Red. HEX triplet: BA, 05 and 20. RGB value is (186,5,32). Sum of RGB (Red+Green+Blue) = 186+5+32=223 (29% of max value = 765). Red value is 186 (73.05% from 255 or 83.41% from 223); Green value is 5 (2.34% from 255 or 2.24% from 223); Blue value is 32 (12.89% from 255 or 14.35% from 223); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0520 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0520 is #45FADF. Grayscale: #3E3E3E. Windows color (decimal): -4586208 or 2098618. OLE color: 2098618.

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

Color convert

RGB 186 5 32 -
CMYK 0 0.97 0.83 0.27
HSL 351.05º 0.95% 0.37% -
HSV(B) 351.05º 0.97% 0.73% -
XYZ 20.56 10.65 2.34 -
YUV 62.2 110.97 216.3 -
System Red Green Blue C M Y K H S L
Decimal 186 5 32 0 0.97 0.83 0.27 351.05 0.95 0.37
Hex BA 5 20 0 61 53 1B 15F 5F 25
Octal 272 5 40 0 141 123 33 537 137 45
Binary 10111010 101 100000 0 1100001 1010011 11011 101011111 1011111 100101

Color Harmonies of #BA0520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0520

Black with #BA0520

Text Example


Text Example

White with #BA0520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0520; }

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

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

background-color css

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

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

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

border-color css

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

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

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