Html Css Color HEX #BA0111 Venetian Red

📋 copy color: '#BA0111'

red 186 ◦ green 1 ◦ blue 17

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

Shades of Venetian Red #BA0111

Tints of Venetian Red #BA0111

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.49%

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

R = 91.18%
G = 0.49%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.91

 K value IS 0.27

RGB Variations

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

Color information

#BA0111 (or 0xBA0111) is known color: Venetian Red. HEX triplet: BA, 01 and 11. RGB value is (186,1,17). Sum of RGB (Red+Green+Blue) = 186+1+17=204 (27% of max value = 765). Red value is 186 (73.05% from 255 or 91.18% from 204); Green value is 1 (0.78% from 255 or 0.49% from 204); Blue value is 17 (7.03% from 255 or 8.33% from 204); Max value from RGB is 186 - color contains mainly: red. Hex color #BA0111 is not a web safe color. Web safe color analog (approx): #CC0000. Inversed color of #BA0111 is #45FEEE. Grayscale: #3A3A3A. Windows color (decimal): -4587247 or 1114554. OLE color: 1114554.

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

Color convert

RGB 186 1 17 -
CMYK 0 0.99 0.91 0.27
HSL 354.81º 0.99% 0.37% -
HSV(B) 354.81º 0.99% 0.73% -
XYZ 20.36 10.5 1.48 -
YUV 58.14 104.79 219.2 -
System Red Green Blue C M Y K H S L
Decimal 186 1 17 0 0.99 0.91 0.27 354.81 0.99 0.37
Hex BA 1 11 0 63 5B 1B 163 63 25
Octal 272 1 21 0 143 133 33 543 143 45
Binary 10111010 1 10001 0 1100011 1011011 11011 101100011 1100011 100101

Color Harmonies of #BA0111

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA0111

Black with #BA0111

Text Example


Text Example

White with #BA0111

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA0111; }

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

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

background-color css

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

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

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

border-color css

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

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

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