Html Css Color HEX #BA111D Venetian Red

📋 copy color: '#BA111D'

red 186 ◦ green 17 ◦ blue 29

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

Shades of Venetian Red #BA111D

Tints of Venetian Red #BA111D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.5%

R = 80.17%
G = 7.33%
B = 12.5%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.84

 K value IS 0.27

RGB Variations

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

Color information

#BA111D (or 0xBA111D) is known color: Venetian Red. HEX triplet: BA, 11 and 1D. RGB value is (186,17,29). Sum of RGB (Red+Green+Blue) = 186+17+29=232 (30% of max value = 765). Red value is 186 (73.05% from 255 or 80.17% from 232); Green value is 17 (7.03% from 255 or 7.33% from 232); Blue value is 29 (11.72% from 255 or 12.5% from 232); Max value from RGB is 186 - color contains mainly: red. Hex color #BA111D is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #BA111D is #45EEE2. Grayscale: #454545. Windows color (decimal): -4583139 or 1905082. OLE color: 1905082.

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

Color convert

RGB 186 17 29 -
CMYK 0 0.91 0.84 0.27
HSL 355.74º 0.83% 0.4% -
HSV(B) 355.74º 0.91% 0.73% -
XYZ 20.67 10.93 2.18 -
YUV 68.9 105.49 211.52 -
System Red Green Blue C M Y K H S L
Decimal 186 17 29 0 0.91 0.84 0.27 355.74 0.83 0.4
Hex BA 11 1D 0 5B 54 1B 164 53 28
Octal 272 21 35 0 133 124 33 544 123 50
Binary 10111010 10001 11101 0 1011011 1010100 11011 101100100 1010011 101000

Color Harmonies of #BA111D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #BA111D

Black with #BA111D

Text Example


Text Example

White with #BA111D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #BA111D; }

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

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

background-color css

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

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

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

border-color css

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

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

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