Html Css Color HEX #BA0913 Venetian Red

📋 copy color: '#BA0913'

red 186 ◦ green 9 ◦ blue 19

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

Shades of Venetian Red #BA0913

Tints of Venetian Red #BA0913

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 8.88%

R = 86.92%
G = 4.21%
B = 8.88%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA0913 (or 0xBA0913) is known color: Venetian Red. HEX triplet: BA, 09 and 13. RGB value is (186,9,19). Sum of RGB (Red+Green+Blue) = 186+9+19=214 (28% of max value = 765). Red value is 186 (73.05% from 255 or 86.92% from 214); Green value is 9 (3.91% from 255 or 4.21% from 214); Blue value is 19 (7.81% from 255 or 8.88% from 214); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0913 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0913 is #45F6EC. Grayscale: #3F3F3F. Windows color (decimal): -4585197 or 1247674. OLE color: 1247674.

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

Color convert

RGB 186 9 19 -
CMYK 0 0.95 0.90 0.27
HSL 356.61º 0.91% 0.38% -
HSV(B) 356.61º 0.95% 0.73% -
XYZ 20.46 10.68 1.6 -
YUV 63.06 103.14 215.69 -
System Red Green Blue C M Y K H S L
Decimal 186 9 19 0 0.95 0.90 0.27 356.61 0.91 0.38
Hex BA 9 13 0 5F 5A 1B 165 5B 26
Octal 272 11 23 0 137 132 33 545 133 46
Binary 10111010 1001 10011 0 1011111 1011010 11011 101100101 1011011 100110

Color Harmonies of #BA0913

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0913

Black with #BA0913

Text Example


Text Example

White with #BA0913

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0913; }

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

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

background-color css

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

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

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

border-color css

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

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

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