Html Css Color HEX #BA1113 Venetian Red

📋 copy color: '#BA1113'

red 186 ◦ green 17 ◦ blue 19

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

Shades of Venetian Red #BA1113

Tints of Venetian Red #BA1113

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.66%

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

R = 83.78%
G = 7.66%
B = 8.56%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.90

 K value IS 0.27

RGB Variations

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

Color information

#BA1113 (or 0xBA1113) is known color: Venetian Red. HEX triplet: BA, 11 and 13. RGB value is (186,17,19). Sum of RGB (Red+Green+Blue) = 186+17+19=222 (29% of max value = 765). Red value is 186 (73.05% from 255 or 83.78% from 222); Green value is 17 (7.03% from 255 or 7.66% from 222); Blue value is 19 (7.81% from 255 or 8.56% from 222); Max value from RGB is 186 - color contains mainly: red. Hex color #BA1113 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA1113 is #45EEEC. Grayscale: #434343. Windows color (decimal): -4583149 or 1249722. OLE color: 1249722.

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

Color convert

RGB 186 17 19 -
CMYK 0 0.91 0.90 0.27
HSL 359.29º 0.83% 0.4% -
HSV(B) 359.29º 0.91% 0.73% -
XYZ 20.57 10.89 1.63 -
YUV 67.76 100.49 212.34 -
System Red Green Blue C M Y K H S L
Decimal 186 17 19 0 0.91 0.90 0.27 359.29 0.83 0.4
Hex BA 11 13 0 5B 5A 1B 167 53 28
Octal 272 21 23 0 133 132 33 547 123 50
Binary 10111010 10001 10011 0 1011011 1011010 11011 101100111 1010011 101000

Color Harmonies of #BA1113

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA1113

Black with #BA1113

Text Example


Text Example

White with #BA1113

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA1113; }

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

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

background-color css

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

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

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

border-color css

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

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

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