Html Css Color HEX #BA052A Venetian Red

📋 copy color: '#BA052A'

red 186 ◦ green 5 ◦ blue 42

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

Shades of Venetian Red #BA052A

Tints of Venetian Red #BA052A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 18.03%

R = 79.83%
G = 2.15%
B = 18.03%

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

#BA052A (or 0xBA052A) is known color: Venetian Red. HEX triplet: BA, 05 and 2A. RGB value is (186,5,42). Sum of RGB (Red+Green+Blue) = 186+5+42=233 (30% of max value = 765). Red value is 186 (73.05% from 255 or 79.83% from 233); Green value is 5 (2.34% from 255 or 2.15% from 233); Blue value is 42 (16.80% from 255 or 18.03% from 233); Max value from RGB is 186 - color contains mainly: red. Hex color #BA052A is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA052A is #45FAD5. Grayscale: #3F3F3F. Windows color (decimal): -4586198 or 2753978. OLE color: 2753978.

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

Color convert

RGB 186 5 42 -
CMYK 0 0.97 0.77 0.27
HSL 347.73º 0.95% 0.37% -
HSV(B) 347.73º 0.97% 0.73% -
XYZ 20.72 10.71 3.17 -
YUV 63.34 115.97 215.49 -
System Red Green Blue C M Y K H S L
Decimal 186 5 42 0 0.97 0.77 0.27 347.73 0.95 0.37
Hex BA 5 2A 0 61 4D 1B 15C 5F 25
Octal 272 5 52 0 141 115 33 534 137 45
Binary 10111010 101 101010 0 1100001 1001101 11011 101011100 1011111 100101

Color Harmonies of #BA052A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA052A

Black with #BA052A

Text Example


Text Example

White with #BA052A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA052A; }

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

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

background-color css

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

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

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

border-color css

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

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

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