#a40f11

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

Shades of Sangria #A40F11

Tints of Sangria #A40F11

Color information

#A40F11 (or 0xA40F11) is unknown color: approx Sangria. HEX triplet: A4, 0F and 11. RGB value is (164,15,17). Sum of RGB (Red+Green+Blue) = 164+15+17=196 (25% of max value = 765). Red value is 164 (64.45% from 255 or 83.67% from 196); Green value is 15 (6.25% from 255 or 7.65% from 196); Blue value is 17 (7.03% from 255 or 8.67% from 196); Max value from RGB is 164 - color contains mainly: red. Hex color #A40F11 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40F11 is #5BF0EE. Grayscale: #3B3B3B. Windows color (decimal): -6025455 or 1118116. OLE color: 1118116.

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

Color convert

RGB1641517-
CMYK00.910.900.36
HSL359.19º83.24%35.1%-
HSV(B)359.19º90.85%64.31%-
XYZ15.588.271.31-
YUV59.78103.86202.34-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 83.67%
GREEN value IS 15 (6.25% from 255) = 7.65%
BLUE value IS 17 (7.03% from 255) = 8.67%
R=83.67%
G=7.65%
B=8.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.90
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164151700.910.900.36359.1983.2435.1
HexA4F1105B5A241675323
Octal244172101331324454712343
Binary101001001111100010101101110110101001001011001111010011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a40f11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a40f11; }

 p { color: rgb(164,15,17); }

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

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

 a { background-color: rgb(164,15,17); }

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

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

 span { border-color: rgb(164,15,17); }

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