Html Css Color HEX #BA0819 Venetian Red

📋 copy color: '#BA0819'

red 186 ◦ green 8 ◦ blue 25

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

Shades of Venetian Red #BA0819

Tints of Venetian Red #BA0819

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.65%

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

R = 84.93%
G = 3.65%
B = 11.42%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BA0819 (or 0xBA0819) is known color: Venetian Red. HEX triplet: BA, 08 and 19. RGB value is (186,8,25). Sum of RGB (Red+Green+Blue) = 186+8+25=219 (29% of max value = 765). Red value is 186 (73.05% from 255 or 84.93% from 219); Green value is 8 (3.52% from 255 or 3.65% from 219); Blue value is 25 (10.16% from 255 or 11.42% from 219); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0819 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0819 is #45F7E6. Grayscale: #3F3F3F. Windows color (decimal): -4585447 or 1640634. OLE color: 1640634.

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

Color convert

RGB 186 8 25 -
CMYK 0 0.96 0.87 0.27
HSL 354.27º 0.92% 0.38% -
HSV(B) 354.27º 0.96% 0.73% -
XYZ 20.51 10.68 1.9 -
YUV 63.16 106.47 215.62 -
System Red Green Blue C M Y K H S L
Decimal 186 8 25 0 0.96 0.87 0.27 354.27 0.92 0.38
Hex BA 8 19 0 60 57 1B 162 5C 26
Octal 272 10 31 0 140 127 33 542 134 46
Binary 10111010 1000 11001 0 1100000 1010111 11011 101100010 1011100 100110

Color Harmonies of #BA0819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0819

Black with #BA0819

Text Example


Text Example

White with #BA0819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0819; }

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

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

background-color css

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

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

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

border-color css

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

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

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