#A31011

Color #A31011 Sangria (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Sangria #A31011

Tints of Sangria #A31011

Color information

#A31011 (or 0xA31011) is unknown color: approx Sangria. HEX triplet: A3, 10 and 11. RGB value is (163,16,17). Sum of RGB (Red+Green+Blue) = 163+16+17=196 (25% of max value = 765). Red value is 163 (64.06% from 255 or 83.16% from 196); Green value is 16 (6.64% from 255 or 8.16% from 196); Blue value is 17 (7.03% from 255 or 8.67% from 196); Max value from RGB is 163 - color contains mainly: red. Hex color #A31011 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A31011 is #5CEFEE. Grayscale: #3C3C3C. Windows color (decimal): -6090735 or 1118371. OLE color: 1118371.

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

Color convert

RGB1631617-
CMYK00.900.900.36
HSL359.59º82.12%35.1%-
HSV(B)359.59º90.18%63.92%-
XYZ15.398.21.3-
YUV60.07103.7201.42-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 83.16%
GREEN value IS 16 (6.64% from 255) = 8.16%
BLUE value IS 17 (7.03% from 255) = 8.67%
R=83.16%
G=8.16%
B=8.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal163161700.900.900.36359.5982.1235.1
HexA3101105A5A241685223
Octal243202101321324455012243
Binary1010001110000100010101101010110101001001011010001010010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A31011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A31011; }

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

 H1.HeaderClassName
 {
   color: #A31011;
 }
 .AnyTagClassName
 {
   color: #A31011;
 }
</style>
background-color css

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

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

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

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

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

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