#AC020A

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

Shades of Sangria #AC020A

Tints of Sangria #AC020A

Color information

#AC020A (or 0xAC020A) is unknown color: approx Sangria. HEX triplet: AC, 02 and 0A. RGB value is (172,2,10). Sum of RGB (Red+Green+Blue) = 172+2+10=184 (24% of max value = 765). Red value is 172 (67.58% from 255 or 93.48% from 184); Green value is 2 (1.17% from 255 or 1.09% from 184); Blue value is 10 (4.30% from 255 or 5.43% from 184); Max value from RGB is 172 - color contains mainly: red. Hex color #AC020A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC020A is #53FDF5. Grayscale: #353535. Windows color (decimal): -5504502 or 656044. OLE color: 656044.

HSL color Cylindrical-coordinate representation of color #AC020A: hue angle of 357.18º degrees, saturation: 0.98, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC020A is Cyan = 0, Magento = 0.99, Yellow = 0.94 and Black (K on CMYK) = 0.33.

Color convert

RGB172210-
CMYK00.990.940.33
HSL357.18º97.7%34.12%-
HSV(B)357.18º98.84%67.45%-
XYZ17.098.841.09-
YUV53.74103.32212.35-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 93.48%
GREEN value IS 2 (1.17% from 255) = 1.09%
BLUE value IS 10 (4.30% from 255) = 5.43%
R=93.48%
G=1.09%
B=5.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.94
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal17221000.990.940.33357.1897.734.12
HexAC2A0635E211656222
Octal25421201431364154514242
Binary101011001010100110001110111101000011011001011100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC020A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC020A; }

 p { color: rgb(172,2,10); }

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

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

 a { background-color: rgb(172,2,10); }

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

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

 span { border-color: rgb(172,2,10); }

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