Html Css Color HEX #BA1419 Venetian Red

📋 copy color: '#BA1419'

red 186 ◦ green 20 ◦ blue 25

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

Shades of Venetian Red #BA1419

Tints of Venetian Red #BA1419

RGB

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

 GREEN value IS 20 (8.2% from 255) = 8.66%

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

R = 80.52%
G = 8.66%
B = 10.82%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BA1419 (or 0xBA1419) is known color: Venetian Red. HEX triplet: BA, 14 and 19. RGB value is (186,20,25). Sum of RGB (Red+Green+Blue) = 186+20+25=231 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.52% from 231); Green value is 20 (8.20% from 255 or 8.66% from 231); Blue value is 25 (10.16% from 255 or 10.82% from 231); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1419 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1419 is #45EBE6. Grayscale: #464646. Windows color (decimal): -4582375 or 1643706. OLE color: 1643706.

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

Color convert

RGB 186 20 25 -
CMYK 0 0.89 0.87 0.27
HSL 358.19º 0.81% 0.4% -
HSV(B) 358.19º 0.89% 0.73% -
XYZ 20.68 11.01 1.96 -
YUV 70.2 102.5 210.59 -
System Red Green Blue C M Y K H S L
Decimal 186 20 25 0 0.89 0.87 0.27 358.19 0.81 0.4
Hex BA 14 19 0 59 57 1B 166 51 28
Octal 272 24 31 0 131 127 33 546 121 50
Binary 10111010 10100 11001 0 1011001 1010111 11011 101100110 1010001 101000

Color Harmonies of #BA1419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1419

Black with #BA1419

Text Example


Text Example

White with #BA1419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1419; }

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

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

background-color css

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

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

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

border-color css

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

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

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