#A40A0B

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

Shades of Sangria #A40A0B

Tints of Sangria #A40A0B

Color information

#A40A0B (or 0xA40A0B) is unknown color: approx Sangria. HEX triplet: A4, 0A and 0B. RGB value is (164,10,11). Sum of RGB (Red+Green+Blue) = 164+10+11=185 (24% of max value = 765). Red value is 164 (64.45% from 255 or 88.65% from 185); Green value is 10 (4.30% from 255 or 5.41% from 185); Blue value is 11 (4.69% from 255 or 5.95% from 185); Max value from RGB is 164 - color contains mainly: red. Hex color #A40A0B is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A40A0B is #5BF5F4. Grayscale: #383838. Windows color (decimal): -6026741 or 723620. OLE color: 723620.

HSL color Cylindrical-coordinate representation of color #A40A0B: hue angle of 359.61º degrees, saturation: 0.89, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #A40A0B is Cyan = 0, Magento = 0.94, Yellow = 0.93 and Black (K on CMYK) = 0.36.

Color convert

RGB1641011-
CMYK00.940.930.36
HSL359.61º88.51%34.12%-
HSV(B)359.61º93.9%64.31%-
XYZ15.488.131.07-
YUV56.16102.52204.92-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 88.65%
GREEN value IS 10 (4.30% from 255) = 5.41%
BLUE value IS 11 (4.69% from 255) = 5.95%
R=88.65%
G=5.41%
B=5.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.93
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal164101100.940.930.36359.6188.5134.12
HexA4AB05E5D241685922
Octal244121301361354455013142
Binary10100100101010110101111010111011001001011010001011001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A40A0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A40A0B; }

 p { color: rgb(164,10,11); }

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

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

 a { background-color: rgb(164,10,11); }

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

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

 span { border-color: rgb(164,10,11); }

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