Html Css Color HEX #BA1219 Venetian Red

📋 copy color: '#BA1219'

red 186 ◦ green 18 ◦ blue 25

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

Shades of Venetian Red #BA1219

Tints of Venetian Red #BA1219

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.86%

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

R = 81.22%
G = 7.86%
B = 10.92%

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

#BA1219 (or 0xBA1219) is known color: Venetian Red. HEX triplet: BA, 12 and 19. RGB value is (186,18,25). Sum of RGB (Red+Green+Blue) = 186+18+25=229 (30% of max value = 765). Red value is 186 (73.05% from 255 or 81.22% from 229); Green value is 18 (7.42% from 255 or 7.86% from 229); Blue value is 25 (10.16% from 255 or 10.92% from 229); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1219 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1219 is #45EDE6. Grayscale: #454545. Windows color (decimal): -4582887 or 1643194. OLE color: 1643194.

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

Color convert

RGB 186 18 25 -
CMYK 0 0.90 0.87 0.27
HSL 357.5º 0.82% 0.4% -
HSV(B) 357.5º 0.9% 0.73% -
XYZ 20.64 10.94 1.94 -
YUV 69.03 103.16 211.43 -
System Red Green Blue C M Y K H S L
Decimal 186 18 25 0 0.90 0.87 0.27 357.5 0.82 0.4
Hex BA 12 19 0 5A 57 1B 166 52 28
Octal 272 22 31 0 132 127 33 546 122 50
Binary 10111010 10010 11001 0 1011010 1010111 11011 101100110 1010010 101000

Color Harmonies of #BA1219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1219

Black with #BA1219

Text Example


Text Example

White with #BA1219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1219; }

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

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

background-color css

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

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

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

border-color css

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

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

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