Html Css Color HEX #BA0419 Venetian Red

📋 copy color: '#BA0419'

red 186 ◦ green 4 ◦ blue 25

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

Shades of Venetian Red #BA0419

Tints of Venetian Red #BA0419

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.86%

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

R = 86.51%
G = 1.86%
B = 11.63%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BA0419 (or 0xBA0419) is known color: Venetian Red. HEX triplet: BA, 04 and 19. RGB value is (186,4,25). Sum of RGB (Red+Green+Blue) = 186+4+25=215 (28% of max value = 765). Red value is 186 (73.05% from 255 or 86.51% from 215); Green value is 4 (1.95% from 255 or 1.86% from 215); Blue value is 25 (10.16% from 255 or 11.63% from 215); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0419 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0419 is #45FBE6. Grayscale: #3C3C3C. Windows color (decimal): -4586471 or 1639610. OLE color: 1639610.

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

Color convert

RGB 186 4 25 -
CMYK 0 0.98 0.87 0.27
HSL 353.08º 0.96% 0.37% -
HSV(B) 353.08º 0.98% 0.73% -
XYZ 20.47 10.6 1.89 -
YUV 60.81 107.8 217.29 -
System Red Green Blue C M Y K H S L
Decimal 186 4 25 0 0.98 0.87 0.27 353.08 0.96 0.37
Hex BA 4 19 0 62 57 1B 161 60 25
Octal 272 4 31 0 142 127 33 541 140 45
Binary 10111010 100 11001 0 1100010 1010111 11011 101100001 1100000 100101

Color Harmonies of #BA0419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0419

Black with #BA0419

Text Example


Text Example

White with #BA0419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0419; }

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

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

background-color css

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

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

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

border-color css

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

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

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