Html Css Color HEX #A11112 Sangria

📋 copy color: '#A11112'

red 161 ◦ green 17 ◦ blue 18

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

Shades of Sangria #A11112

Tints of Sangria #A11112

RGB

 RED value IS 161 (63.28% from 255) = 82.14%

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

 BLUE value IS 18 (7.42% from 255) = 9.18%

R = 82.14%
G = 8.67%
B = 9.18%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A11112 (or 0xA11112) is known color: Sangria. HEX triplet: A1, 11 and 12. RGB value is (161,17,18). Sum of RGB (Red+Green+Blue) = 161+17+18=196 (25% of max value = 765). Red value is 161 (63.28% from 255 or 82.14% from 196); Green value is 17 (7.03% from 255 or 8.67% from 196); Blue value is 18 (7.42% from 255 or 9.18% from 196); Max value from RGB is 161 - color contains mainly: red. Hex color #A11112 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A11112 is #5EEEED. Grayscale: #3C3C3C. Windows color (decimal): -6221550 or 1184161. OLE color: 1184161.

HSL color Cylindrical-coordinate representation of color #A11112: hue angle of 359.58º degrees, saturation: 0.81, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #A11112 is Cyan = 0, Magento = 0.89, Yellow = 0.89 and Black (K on CMYK) = 0.37.

Color convert

RGB 161 17 18 -
CMYK 0 0.89 0.89 0.37
HSL 359.58º 0.81% 0.35% -
HSV(B) 359.58º 0.89% 0.63% -
XYZ 15.01 8.02 1.33 -
YUV 60.17 104.21 199.92 -
System Red Green Blue C M Y K H S L
Decimal 161 17 18 0 0.89 0.89 0.37 359.58 0.81 0.35
Hex A1 11 12 0 59 59 25 168 51 23
Octal 241 21 22 0 131 131 45 550 121 43
Binary 10100001 10001 10010 0 1011001 1011001 100101 101101000 1010001 100011

Color Harmonies of #A11112

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11112

Black with #A11112

Text Example


Text Example

White with #A11112

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11112; }

 p { color: rgb(161,17,18); }

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

background-color css

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

 a { background-color: rgb(161,17,18); }

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

border-color css

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

 span { border-color: rgb(161,17,18); }

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