#A00207

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

Shades of Sangria #A00207

Tints of Sangria #A00207

Color information

#A00207 (or 0xA00207) is unknown color: approx Sangria. HEX triplet: A0, 02 and 07. RGB value is (160,2,7). Sum of RGB (Red+Green+Blue) = 160+2+7=169 (22% of max value = 765). Red value is 160 (62.89% from 255 or 94.67% from 169); Green value is 2 (1.17% from 255 or 1.18% from 169); Blue value is 7 (3.12% from 255 or 4.14% from 169); Max value from RGB is 160 - color contains mainly: red. Hex color #A00207 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A00207 is #5FFDF8. Grayscale: #313131. Windows color (decimal): -6290937 or 459424. OLE color: 459424.

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

Color convert

RGB16027-
CMYK00.990.960.37
HSL358.1º97.53%31.76%-
HSV(B)358.1º98.75%62.75%-
XYZ14.567.530.89-
YUV49.81103.85206.59-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 94.67%
GREEN value IS 2 (1.17% from 255) = 1.18%
BLUE value IS 7 (3.12% from 255) = 4.14%
R=94.67%
G=1.18%
B=4.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.96
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1602700.990.960.37358.197.5331.76
HexA02706360251666220
Octal2402701431404554614240
Binary10100000101110110001111000001001011011001101100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A00207

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A00207; }

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

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

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

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

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

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

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

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