Html Css Color HEX #BA0519 Venetian Red

📋 copy color: '#BA0519'

red 186 ◦ green 5 ◦ blue 25

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

Shades of Venetian Red #BA0519

Tints of Venetian Red #BA0519

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 11.57%

R = 86.11%
G = 2.31%
B = 11.57%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BA0519 (or 0xBA0519) is known color: Venetian Red. HEX triplet: BA, 05 and 19. RGB value is (186,5,25). Sum of RGB (Red+Green+Blue) = 186+5+25=216 (28% of max value = 765). Red value is 186 (73.05% from 255 or 86.11% from 216); Green value is 5 (2.34% from 255 or 2.31% from 216); Blue value is 25 (10.16% from 255 or 11.57% from 216); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0519 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0519 is #45FAE6. Grayscale: #3D3D3D. Windows color (decimal): -4586215 or 1639866. OLE color: 1639866.

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

Color convert

RGB 186 5 25 -
CMYK 0 0.97 0.87 0.27
HSL 353.37º 0.95% 0.37% -
HSV(B) 353.37º 0.97% 0.73% -
XYZ 20.48 10.62 1.89 -
YUV 61.4 107.47 216.87 -
System Red Green Blue C M Y K H S L
Decimal 186 5 25 0 0.97 0.87 0.27 353.37 0.95 0.37
Hex BA 5 19 0 61 57 1B 161 5F 25
Octal 272 5 31 0 141 127 33 541 137 45
Binary 10111010 101 11001 0 1100001 1010111 11011 101100001 1011111 100101

Color Harmonies of #BA0519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0519

Black with #BA0519

Text Example


Text Example

White with #BA0519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0519; }

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

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

background-color css

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

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

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

border-color css

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

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

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