Html Css Color HEX #BA111F Venetian Red

📋 copy color: '#BA111F'

red 186 ◦ green 17 ◦ blue 31

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

Shades of Venetian Red #BA111F

Tints of Venetian Red #BA111F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 13.25%

R = 79.49%
G = 7.26%
B = 13.25%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.83

 K value IS 0.27

RGB Variations

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

Color information

#BA111F (or 0xBA111F) is known color: Venetian Red. HEX triplet: BA, 11 and 1F. RGB value is (186,17,31). Sum of RGB (Red+Green+Blue) = 186+17+31=234 (30% of max value = 765). Red value is 186 (73.05% from 255 or 79.49% from 234); Green value is 17 (7.03% from 255 or 7.26% from 234); Blue value is 31 (12.5% from 255 or 13.25% from 234); Max value from RGB is 186 - color contains mainly: red. Hex color #BA111F is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA111F is #45EEE0. Grayscale: #454545. Windows color (decimal): -4583137 or 2036154. OLE color: 2036154.

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

Color convert

RGB 186 17 31 -
CMYK 0 0.91 0.83 0.27
HSL 355.03º 0.83% 0.4% -
HSV(B) 355.03º 0.91% 0.73% -
XYZ 20.7 10.94 2.32 -
YUV 69.13 106.49 211.36 -
System Red Green Blue C M Y K H S L
Decimal 186 17 31 0 0.91 0.83 0.27 355.03 0.83 0.4
Hex BA 11 1F 0 5B 53 1B 163 53 28
Octal 272 21 37 0 133 123 33 543 123 50
Binary 10111010 10001 11111 0 1011011 1010011 11011 101100011 1010011 101000

Color Harmonies of #BA111F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA111F

Black with #BA111F

Text Example


Text Example

White with #BA111F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA111F; }

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

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

background-color css

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

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

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

border-color css

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

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

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