Html Css Color HEX #A11011 Sangria

📋 copy color: '#A11011'

red 161 ◦ green 16 ◦ blue 17

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

Shades of Sangria #A11011

Tints of Sangria #A11011

RGB

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

 GREEN value IS 16 (6.64% from 255) = 8.25%

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

R = 82.99%
G = 8.25%
B = 8.76%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.89

 K value IS 0.37

RGB Variations

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

Color information

#A11011 (or 0xA11011) is known color: Sangria. HEX triplet: A1, 10 and 11. RGB value is (161,16,17). Sum of RGB (Red+Green+Blue) = 161+16+17=194 (25% of max value = 765). Red value is 161 (63.28% from 255 or 82.99% from 194); Green value is 16 (6.64% from 255 or 8.25% from 194); Blue value is 17 (7.03% from 255 or 8.76% from 194); Max value from RGB is 161 - color contains mainly: red. Hex color #A11011 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A11011 is #5EEFEE. Grayscale: #3B3B3B. Windows color (decimal): -6221807 or 1118369. OLE color: 1118369.

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

Color convert

RGB 161 16 17 -
CMYK 0 0.90 0.89 0.37
HSL 359.59º 0.82% 0.35% -
HSV(B) 359.59º 0.9% 0.63% -
XYZ 14.98 7.99 1.28 -
YUV 59.47 104.04 200.42 -
System Red Green Blue C M Y K H S L
Decimal 161 16 17 0 0.90 0.89 0.37 359.59 0.82 0.35
Hex A1 10 11 0 5A 59 25 168 52 23
Octal 241 20 21 0 132 131 45 550 122 43
Binary 10100001 10000 10001 0 1011010 1011001 100101 101101000 1010010 100011

Color Harmonies of #A11011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A11011

Black with #A11011

Text Example


Text Example

White with #A11011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A11011; }

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

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

background-color css

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

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

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

border-color css

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

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

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