Html Css Color HEX #BA0919 Venetian Red

📋 copy color: '#BA0919'

red 186 ◦ green 9 ◦ blue 25

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

Shades of Venetian Red #BA0919

Tints of Venetian Red #BA0919

RGB

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

 GREEN value IS 9 (3.91% from 255) = 4.09%

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

R = 84.55%
G = 4.09%
B = 11.36%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.87

 K value IS 0.27

RGB Variations

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

Color information

#BA0919 (or 0xBA0919) is known color: Venetian Red. HEX triplet: BA, 09 and 19. RGB value is (186,9,25). Sum of RGB (Red+Green+Blue) = 186+9+25=220 (29% of max value = 765). Red value is 186 (73.05% from 255 or 84.55% from 220); Green value is 9 (3.91% from 255 or 4.09% from 220); Blue value is 25 (10.16% from 255 or 11.36% from 220); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0919 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0919 is #45F6E6. Grayscale: #3F3F3F. Windows color (decimal): -4585191 or 1640890. OLE color: 1640890.

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

Color convert

RGB 186 9 25 -
CMYK 0 0.95 0.87 0.27
HSL 354.58º 0.91% 0.38% -
HSV(B) 354.58º 0.95% 0.73% -
XYZ 20.52 10.7 1.9 -
YUV 63.75 106.14 215.2 -
System Red Green Blue C M Y K H S L
Decimal 186 9 25 0 0.95 0.87 0.27 354.58 0.91 0.38
Hex BA 9 19 0 5F 57 1B 163 5B 26
Octal 272 11 31 0 137 127 33 543 133 46
Binary 10111010 1001 11001 0 1011111 1010111 11011 101100011 1011011 100110

Color Harmonies of #BA0919

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0919

Black with #BA0919

Text Example


Text Example

White with #BA0919

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0919; }

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

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

background-color css

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

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

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

border-color css

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

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

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