Html Css Color HEX #BA0719 Venetian Red

📋 copy color: '#BA0719'

red 186 ◦ green 7 ◦ blue 25

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

Shades of Venetian Red #BA0719

Tints of Venetian Red #BA0719

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.21%

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

R = 85.32%
G = 3.21%
B = 11.47%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BA0719 (or 0xBA0719) is known color: Venetian Red. HEX triplet: BA, 07 and 19. RGB value is (186,7,25). Sum of RGB (Red+Green+Blue) = 186+7+25=218 (28% of max value = 765). Red value is 186 (73.05% from 255 or 85.32% from 218); Green value is 7 (3.12% from 255 or 3.21% from 218); Blue value is 25 (10.16% from 255 or 11.47% from 218); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0719 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0719 is #45F8E6. Grayscale: #3E3E3E. Windows color (decimal): -4585703 or 1640378. OLE color: 1640378.

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

Color convert

RGB 186 7 25 -
CMYK 0 0.96 0.87 0.27
HSL 353.97º 0.93% 0.38% -
HSV(B) 353.97º 0.96% 0.73% -
XYZ 20.5 10.66 1.9 -
YUV 62.57 106.8 216.04 -
System Red Green Blue C M Y K H S L
Decimal 186 7 25 0 0.96 0.87 0.27 353.97 0.93 0.38
Hex BA 7 19 0 60 57 1B 162 5D 26
Octal 272 7 31 0 140 127 33 542 135 46
Binary 10111010 111 11001 0 1100000 1010111 11011 101100010 1011101 100110

Color Harmonies of #BA0719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0719

Black with #BA0719

Text Example


Text Example

White with #BA0719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0719; }

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

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

background-color css

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

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

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

border-color css

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

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

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