Html Css Color HEX #BA0914 Venetian Red

📋 copy color: '#BA0914'

red 186 ◦ green 9 ◦ blue 20

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

Shades of Venetian Red #BA0914

Tints of Venetian Red #BA0914

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 9.3%

R = 86.51%
G = 4.19%
B = 9.3%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.89

 K value IS 0.27

RGB Variations

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

Color information

#BA0914 (or 0xBA0914) is known color: Venetian Red. HEX triplet: BA, 09 and 14. RGB value is (186,9,20). Sum of RGB (Red+Green+Blue) = 186+9+20=215 (28% of max value = 765). Red value is 186 (73.05% from 255 or 86.51% from 215); Green value is 9 (3.91% from 255 or 4.19% from 215); Blue value is 20 (8.20% from 255 or 9.30% from 215); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0914 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0914 is #45F6EB. Grayscale: #3F3F3F. Windows color (decimal): -4585196 or 1313210. OLE color: 1313210.

HSL color Cylindrical-coordinate representation of color #BA0914: hue angle of 356.27º 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 #BA0914 is Cyan = 0, Magento = 0.95, Yellow = 0.89 and Black (K on CMYK) = 0.27.

Color convert

RGB 186 9 20 -
CMYK 0 0.95 0.89 0.27
HSL 356.27º 0.91% 0.38% -
HSV(B) 356.27º 0.95% 0.73% -
XYZ 20.47 10.68 1.65 -
YUV 63.18 103.64 215.61 -
System Red Green Blue C M Y K H S L
Decimal 186 9 20 0 0.95 0.89 0.27 356.27 0.91 0.38
Hex BA 9 14 0 5F 59 1B 164 5B 26
Octal 272 11 24 0 137 131 33 544 133 46
Binary 10111010 1001 10100 0 1011111 1011001 11011 101100100 1011011 100110

Color Harmonies of #BA0914

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0914

Black with #BA0914

Text Example


Text Example

White with #BA0914

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0914; }

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

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

background-color css

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

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

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

border-color css

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

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

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