Html Css Color HEX #BA1619 Venetian Red

📋 copy color: '#BA1619'

red 186 ◦ green 22 ◦ blue 25

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

Shades of Venetian Red #BA1619

Tints of Venetian Red #BA1619

RGB

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

 GREEN value IS 22 (8.98% from 255) = 9.44%

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

R = 79.83%
G = 9.44%
B = 10.73%

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

#BA1619 (or 0xBA1619) is known color: Venetian Red. HEX triplet: BA, 16 and 19. RGB value is (186,22,25). Sum of RGB (Red+Green+Blue) = 186+22+25=233 (30% of max value = 765). Red value is 186 (73.05% from 255 or 79.83% from 233); Green value is 22 (8.98% from 255 or 9.44% from 233); Blue value is 25 (10.16% from 255 or 10.73% from 233); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1619 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1619 is #45E9E6. Grayscale: #474747. Windows color (decimal): -4581863 or 1644218. OLE color: 1644218.

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

Color convert

RGB 186 22 25 -
CMYK 0 0.88 0.87 0.27
HSL 358.9º 0.79% 0.41% -
HSV(B) 358.9º 0.88% 0.73% -
XYZ 20.71 11.08 1.97 -
YUV 71.38 101.83 209.76 -
System Red Green Blue C M Y K H S L
Decimal 186 22 25 0 0.88 0.87 0.27 358.9 0.79 0.41
Hex BA 16 19 0 58 57 1B 167 4F 29
Octal 272 26 31 0 130 127 33 547 117 51
Binary 10111010 10110 11001 0 1011000 1010111 11011 101100111 1001111 101001

Color Harmonies of #BA1619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1619

Black with #BA1619

Text Example


Text Example

White with #BA1619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1619; }

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

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

background-color css

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

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

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

border-color css

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

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

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