Html Css Color HEX #BA1719 Venetian Red

📋 copy color: '#BA1719'

red 186 ◦ green 23 ◦ blue 25

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

Shades of Venetian Red #BA1719

Tints of Venetian Red #BA1719

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.83%

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

R = 79.49%
G = 9.83%
B = 10.68%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BA1719 (or 0xBA1719) is known color: Venetian Red. HEX triplet: BA, 17 and 19. RGB value is (186,23,25). Sum of RGB (Red+Green+Blue) = 186+23+25=234 (30% of max value = 765). Red value is 186 (73.05% from 255 or 79.49% from 234); Green value is 23 (9.38% from 255 or 9.83% from 234); Blue value is 25 (10.16% from 255 or 10.68% from 234); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1719 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1719 is #45E8E6. Grayscale: #484848. Windows color (decimal): -4581607 or 1644474. OLE color: 1644474.

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

Color convert

RGB 186 23 25 -
CMYK 0 0.88 0.87 0.27
HSL 359.26º 0.78% 0.41% -
HSV(B) 359.26º 0.88% 0.73% -
XYZ 20.73 11.12 1.97 -
YUV 71.97 101.5 209.34 -
System Red Green Blue C M Y K H S L
Decimal 186 23 25 0 0.88 0.87 0.27 359.26 0.78 0.41
Hex BA 17 19 0 58 57 1B 167 4E 29
Octal 272 27 31 0 130 127 33 547 116 51
Binary 10111010 10111 11001 0 1011000 1010111 11011 101100111 1001110 101001

Color Harmonies of #BA1719

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1719

Black with #BA1719

Text Example


Text Example

White with #BA1719

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1719; }

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

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

background-color css

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

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

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

border-color css

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

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

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