Html Css Color HEX #BA0711 Venetian Red

📋 copy color: '#BA0711'

red 186 ◦ green 7 ◦ blue 17

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

Shades of Venetian Red #BA0711

Tints of Venetian Red #BA0711

RGB

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

 GREEN value IS 7 (3.13% from 255) = 3.33%

 BLUE value IS 17 (7.03% from 255) = 8.1%

R = 88.57%
G = 3.33%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BA0711 (or 0xBA0711) is known color: Venetian Red. HEX triplet: BA, 07 and 11. RGB value is (186,7,17). Sum of RGB (Red+Green+Blue) = 186+7+17=210 (27% of max value = 765). Red value is 186 (73.05% from 255 or 88.57% from 210); Green value is 7 (3.12% from 255 or 3.33% from 210); Blue value is 17 (7.03% from 255 or 8.10% from 210); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0711 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0711 is #45F8EE. Grayscale: #3D3D3D. Windows color (decimal): -4585711 or 1116090. OLE color: 1116090.

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

Color convert

RGB 186 7 17 -
CMYK 0 0.96 0.91 0.27
HSL 356.65º 0.93% 0.38% -
HSV(B) 356.65º 0.96% 0.73% -
XYZ 20.43 10.63 1.51 -
YUV 61.66 102.8 216.69 -
System Red Green Blue C M Y K H S L
Decimal 186 7 17 0 0.96 0.91 0.27 356.65 0.93 0.38
Hex BA 7 11 0 60 5B 1B 165 5D 26
Octal 272 7 21 0 140 133 33 545 135 46
Binary 10111010 111 10001 0 1100000 1011011 11011 101100101 1011101 100110

Color Harmonies of #BA0711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0711

Black with #BA0711

Text Example


Text Example

White with #BA0711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0711; }

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

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

background-color css

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

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

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

border-color css

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

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

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