#A70002

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

Shades of Sangria #A70002

Tints of Sangria #A70002

Color information

#A70002 (or 0xA70002) is unknown color: approx Sangria. HEX triplet: A7, 00 and 02. RGB value is (167,0,2). Sum of RGB (Red+Green+Blue) = 167+0+2=169 (22% of max value = 765). Red value is 167 (65.62% from 255 or 98.82% from 169); Green value is 0 (0.39% from 255 or 0% from 169); Blue value is 2 (1.17% from 255 or 1.18% from 169); Max value from RGB is 167 - color contains mainly: red. Hex color #A70002 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #A70002 is #58FFFD. Grayscale: #323232. Windows color (decimal): -5832702 or 131239. OLE color: 131239.

HSL color Cylindrical-coordinate representation of color #A70002: hue angle of 359.28º degrees, saturation: 1, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 1%. Process color model (Four color, CMYK) of #A70002 is Cyan = 0, Magento = 1, Yellow = 0.99 and Black (K on CMYK) = 0.35.

Color convert

RGB16702-
CMYK010.990.35
HSL359.28º100%32.75%-
HSV(B)359.28º100%65.49%-
XYZ15.958.220.8-
YUV50.16100.83211.34-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 98.82%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 2 (1.17% from 255) = 1.18%
R=98.82%
G=0%
B=1.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.99
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal16702010.990.35359.2810032.75
HexA70206463231676421
Octal2470201441434354714441
Binary101001110100110010011000111000111011001111100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A70002

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A70002; }

 p { color: rgb(167,0,2); }

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

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

 a { background-color: rgb(167,0,2); }

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

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

 span { border-color: rgb(167,0,2); }

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