#A30609

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

Shades of Sangria #A30609

Tints of Sangria #A30609

Color information

#A30609 (or 0xA30609) is unknown color: approx Sangria. HEX triplet: A3, 06 and 09. RGB value is (163,6,9). Sum of RGB (Red+Green+Blue) = 163+6+9=178 (23% of max value = 765). Red value is 163 (64.06% from 255 or 91.57% from 178); Green value is 6 (2.73% from 255 or 3.37% from 178); Blue value is 9 (3.91% from 255 or 5.06% from 178); Max value from RGB is 163 - color contains mainly: red. Hex color #A30609 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A30609 is #5CF9F6. Grayscale: #353535. Windows color (decimal): -6093303 or 591523. OLE color: 591523.

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

Color convert

RGB16369-
CMYK00.960.940.36
HSL358.85º92.9%33.14%-
HSV(B)358.85º96.32%63.92%-
XYZ15.227.940.99-
YUV53.28103.01206.26-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 91.57%
GREEN value IS 6 (2.73% from 255) = 3.37%
BLUE value IS 9 (3.91% from 255) = 5.06%
R=91.57%
G=3.37%
B=5.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.94
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1636900.960.940.36358.8592.933.14
HexA3690605E241675d21
Octal24361101401364454713541
Binary1010001111010010110000010111101001001011001111011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A30609

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A30609; }

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

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

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

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

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

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

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

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