Html Css Color HEX #BA0522 Venetian Red

📋 copy color: '#BA0522'

red 186 ◦ green 5 ◦ blue 34

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

Shades of Venetian Red #BA0522

Tints of Venetian Red #BA0522

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 15.11%

R = 82.67%
G = 2.22%
B = 15.11%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.82

 K value IS 0.27

RGB Variations

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

Color information

#BA0522 (or 0xBA0522) is known color: Venetian Red. HEX triplet: BA, 05 and 22. RGB value is (186,5,34). Sum of RGB (Red+Green+Blue) = 186+5+34=225 (29% of max value = 765). Red value is 186 (73.05% from 255 or 82.67% from 225); Green value is 5 (2.34% from 255 or 2.22% from 225); Blue value is 34 (13.67% from 255 or 15.11% from 225); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0522 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA0522 is #45FADD. Grayscale: #3E3E3E. Windows color (decimal): -4586206 or 2229690. OLE color: 2229690.

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

Color convert

RGB 186 5 34 -
CMYK 0 0.97 0.82 0.27
HSL 350.39º 0.95% 0.37% -
HSV(B) 350.39º 0.97% 0.73% -
XYZ 20.59 10.66 2.49 -
YUV 62.43 111.97 216.14 -
System Red Green Blue C M Y K H S L
Decimal 186 5 34 0 0.97 0.82 0.27 350.39 0.95 0.37
Hex BA 5 22 0 61 52 1B 15E 5F 25
Octal 272 5 42 0 141 122 33 536 137 45
Binary 10111010 101 100010 0 1100001 1010010 11011 101011110 1011111 100101

Color Harmonies of #BA0522

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0522

Black with #BA0522

Text Example


Text Example

White with #BA0522

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0522; }

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

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

background-color css

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

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

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

border-color css

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

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

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