Html Css Color HEX #BA0619 Venetian Red

📋 copy color: '#BA0619'

red 186 ◦ green 6 ◦ blue 25

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

Shades of Venetian Red #BA0619

Tints of Venetian Red #BA0619

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.76%

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

R = 85.71%
G = 2.76%
B = 11.52%

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

#BA0619 (or 0xBA0619) is known color: Venetian Red. HEX triplet: BA, 06 and 19. RGB value is (186,6,25). Sum of RGB (Red+Green+Blue) = 186+6+25=217 (28% of max value = 765). Red value is 186 (73.05% from 255 or 85.71% from 217); Green value is 6 (2.73% from 255 or 2.76% from 217); Blue value is 25 (10.16% from 255 or 11.52% from 217); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0619 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0619 is #45F9E6. Grayscale: #3E3E3E. Windows color (decimal): -4585959 or 1640122. OLE color: 1640122.

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

Color convert

RGB 186 6 25 -
CMYK 0 0.97 0.87 0.27
HSL 353.67º 0.94% 0.38% -
HSV(B) 353.67º 0.97% 0.73% -
XYZ 20.49 10.64 1.89 -
YUV 61.99 107.13 216.46 -
System Red Green Blue C M Y K H S L
Decimal 186 6 25 0 0.97 0.87 0.27 353.67 0.94 0.38
Hex BA 6 19 0 61 57 1B 162 5E 26
Octal 272 6 31 0 141 127 33 542 136 46
Binary 10111010 110 11001 0 1100001 1010111 11011 101100010 1011110 100110

Color Harmonies of #BA0619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0619

Black with #BA0619

Text Example


Text Example

White with #BA0619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0619; }

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

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

background-color css

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

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

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

border-color css

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

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

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