#A00506

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

Shades of Sangria #A00506

Tints of Sangria #A00506

Color information

#A00506 (or 0xA00506) is unknown color: approx Sangria. HEX triplet: A0, 05 and 06. RGB value is (160,5,6). Sum of RGB (Red+Green+Blue) = 160+5+6=171 (22% of max value = 765). Red value is 160 (62.89% from 255 or 93.57% from 171); Green value is 5 (2.34% from 255 or 2.92% from 171); Blue value is 6 (2.73% from 255 or 3.51% from 171); Max value from RGB is 160 - color contains mainly: red. Hex color #A00506 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00506 is #5FFAF9. Grayscale: #333333. Windows color (decimal): -6290170 or 394656. OLE color: 394656.

HSL color Cylindrical-coordinate representation of color #A00506: hue angle of 359.61º 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 #A00506 is Cyan = 0, Magento = 0.97, Yellow = 0.96 and Black (K on CMYK) = 0.37.

Color convert

RGB16056-
CMYK00.970.960.37
HSL359.61º93.94%32.35%-
HSV(B)359.61º96.88%62.75%-
XYZ14.587.60.87-
YUV51.46102.35205.42-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 93.57%
GREEN value IS 5 (2.34% from 255) = 2.92%
BLUE value IS 6 (2.73% from 255) = 3.51%
R=93.57%
G=2.92%
B=3.51%

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
Decimal1605600.970.960.37359.6193.9432.35
HexA05606160251685e20
Octal2405601411404555013640
Binary101000001011100110000111000001001011011010001011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00506

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00506; }

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

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

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

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

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

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

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

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