Html Css Color HEX #BA1319 Venetian Red

📋 copy color: '#BA1319'

red 186 ◦ green 19 ◦ blue 25

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

Shades of Venetian Red #BA1319

Tints of Venetian Red #BA1319

RGB

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

 GREEN value IS 19 (7.81% from 255) = 8.26%

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

R = 80.87%
G = 8.26%
B = 10.87%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BA1319 (or 0xBA1319) is known color: Venetian Red. HEX triplet: BA, 13 and 19. RGB value is (186,19,25). Sum of RGB (Red+Green+Blue) = 186+19+25=230 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.87% from 230); Green value is 19 (7.81% from 255 or 8.26% from 230); Blue value is 25 (10.16% from 255 or 10.87% from 230); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1319 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1319 is #45ECE6. Grayscale: #454545. Windows color (decimal): -4582631 or 1643450. OLE color: 1643450.

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

Color convert

RGB 186 19 25 -
CMYK 0 0.90 0.87 0.27
HSL 357.84º 0.81% 0.4% -
HSV(B) 357.84º 0.9% 0.73% -
XYZ 20.66 10.98 1.95 -
YUV 69.62 102.83 211.01 -
System Red Green Blue C M Y K H S L
Decimal 186 19 25 0 0.90 0.87 0.27 357.84 0.81 0.4
Hex BA 13 19 0 5A 57 1B 166 51 28
Octal 272 23 31 0 132 127 33 546 121 50
Binary 10111010 10011 11001 0 1011010 1010111 11011 101100110 1010001 101000

Color Harmonies of #BA1319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1319

Black with #BA1319

Text Example


Text Example

White with #BA1319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1319; }

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

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

background-color css

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

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

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

border-color css

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

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

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