#A30009

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

Shades of Sangria #A30009

Tints of Sangria #A30009

Color information

#A30009 (or 0xA30009) is unknown color: approx Sangria. HEX triplet: A3, 00 and 09. RGB value is (163,0,9). Sum of RGB (Red+Green+Blue) = 163+0+9=172 (22% of max value = 765). Red value is 163 (64.06% from 255 or 94.77% from 172); Green value is 0 (0.39% from 255 or 0% from 172); Blue value is 9 (3.91% from 255 or 5.23% from 172); Max value from RGB is 163 - color contains mainly: red. Hex color #A30009 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30009 is #5CFFF6. Grayscale: #313131. Windows color (decimal): -6094839 or 589987. OLE color: 589987.

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

Color convert

RGB16309-
CMYK010.940.36
HSL356.69º100%31.96%-
HSV(B)356.69º100%63.92%-
XYZ15.157.810.97-
YUV49.76105208.77-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 94.77%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 9 (3.91% from 255) = 5.23%
R=94.77%
G=0%
B=5.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal16309010.940.36356.6910031.96
HexA3090645E241656420
Octal24301101441364454514440
Binary10100011010010110010010111101001001011001011100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30009

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30009; }

 p { color: rgb(163,0,9); }

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

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

 a { background-color: rgb(163,0,9); }

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

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

 span { border-color: rgb(163,0,9); }

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