#A00507

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

Shades of Sangria #A00507

Tints of Sangria #A00507

Color information

#A00507 (or 0xA00507) is unknown color: approx Sangria. HEX triplet: A0, 05 and 07. RGB value is (160,5,7). Sum of RGB (Red+Green+Blue) = 160+5+7=172 (22% of max value = 765). Red value is 160 (62.89% from 255 or 93.02% from 172); Green value is 5 (2.34% from 255 or 2.91% from 172); Blue value is 7 (3.12% from 255 or 4.07% from 172); Max value from RGB is 160 - color contains mainly: red. Hex color #A00507 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00507 is #5FFAF8. Grayscale: #333333. Windows color (decimal): -6290169 or 460192. OLE color: 460192.

HSL color Cylindrical-coordinate representation of color #A00507: hue angle of 359.23º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #A00507 is Cyan = 0, Magento = 0.97, Yellow = 0.96 and Black (K on CMYK) = 0.37.

Color convert

RGB16057-
CMYK00.970.960.37
HSL359.23º93.94%32.35%-
HSV(B)359.23º96.88%62.75%-
XYZ14.597.60.9-
YUV51.57102.85205.34-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 93.02%
GREEN value IS 5 (2.34% from 255) = 2.91%
BLUE value IS 7 (3.12% from 255) = 4.07%
R=93.02%
G=2.91%
B=4.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.96
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1605700.970.960.37359.2393.9432.35
HexA05706160251675e20
Octal2405701411404554713640
Binary101000001011110110000111000001001011011001111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00507

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00507; }

 p { color: rgb(160,5,7); }

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

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

 a { background-color: rgb(160,5,7); }

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

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

 span { border-color: rgb(160,5,7); }

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