#A30E10

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

Shades of Sangria #A30E10

Tints of Sangria #A30E10

Color information

#A30E10 (or 0xA30E10) is unknown color: approx Sangria. HEX triplet: A3, 0E and 10. RGB value is (163,14,16). Sum of RGB (Red+Green+Blue) = 163+14+16=193 (25% of max value = 765). Red value is 163 (64.06% from 255 or 84.46% from 193); Green value is 14 (5.86% from 255 or 7.25% from 193); Blue value is 16 (6.64% from 255 or 8.29% from 193); Max value from RGB is 163 - color contains mainly: red. Hex color #A30E10 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30E10 is #5CF1EF. Grayscale: #3A3A3A. Windows color (decimal): -6091248 or 1052323. OLE color: 1052323.

HSL color Cylindrical-coordinate representation of color #A30E10: hue angle of 359.19º degrees, saturation: 0.84, 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 #A30E10 is Cyan = 0, Magento = 0.91, Yellow = 0.90 and Black (K on CMYK) = 0.36.

Color convert

RGB1631416-
CMYK00.910.900.36
HSL359.19º84.18%34.71%-
HSV(B)359.19º91.41%63.92%-
XYZ15.358.141.25-
YUV58.78103.86202.34-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 84.46%
GREEN value IS 14 (5.86% from 255) = 7.25%
BLUE value IS 16 (6.64% from 255) = 8.29%
R=84.46%
G=7.25%
B=8.29%

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
Decimal163141600.910.900.36359.1984.1834.71
HexA3E1005B5A241675423
Octal243162001331324454712443
Binary101000111110100000101101110110101001001011001111010100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30E10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30E10; }

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

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

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

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

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

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

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

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