Html Css Color HEX #BA052B Venetian Red

📋 copy color: '#BA052B'

red 186 ◦ green 5 ◦ blue 43

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

Shades of Venetian Red #BA052B

Tints of Venetian Red #BA052B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 18.38%

R = 79.49%
G = 2.14%
B = 18.38%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.77

 K value IS 0.27

RGB Variations

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

Color information

#BA052B (or 0xBA052B) is known color: Venetian Red. HEX triplet: BA, 05 and 2B. RGB value is (186,5,43). Sum of RGB (Red+Green+Blue) = 186+5+43=234 (30% of max value = 765). Red value is 186 (73.05% from 255 or 79.49% from 234); Green value is 5 (2.34% from 255 or 2.14% from 234); Blue value is 43 (17.19% from 255 or 18.38% from 234); Max value from RGB is 186 - color contains mainly: red. Hex color #BA052B is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA052B is #45FAD4. Grayscale: #3F3F3F. Windows color (decimal): -4586197 or 2819514. OLE color: 2819514.

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

Color convert

RGB 186 5 43 -
CMYK 0 0.97 0.77 0.27
HSL 347.4º 0.95% 0.37% -
HSV(B) 347.4º 0.97% 0.73% -
XYZ 20.74 10.72 3.26 -
YUV 63.45 116.47 215.41 -
System Red Green Blue C M Y K H S L
Decimal 186 5 43 0 0.97 0.77 0.27 347.4 0.95 0.37
Hex BA 5 2B 0 61 4D 1B 15B 5F 25
Octal 272 5 53 0 141 115 33 533 137 45
Binary 10111010 101 101011 0 1100001 1001101 11011 101011011 1011111 100101

Color Harmonies of #BA052B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA052B

Black with #BA052B

Text Example


Text Example

White with #BA052B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA052B; }

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

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

background-color css

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

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

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

border-color css

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

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

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