Html Css Color HEX #AC020A Sangria

📋 copy color: '#AC020A'

red 172 ◦ green 2 ◦ blue 10

#AC020A
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Sangria #AC020A

Tints of Sangria #AC020A

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.3% from 255) = 5.43%

R = 93.48%
G = 1.09%
B = 5.43%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AC020A (or 0xAC020A) is known color: 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

RGB 172 2 10 -
CMYK 0 0.99 0.94 0.33
HSL 357.18º 0.98% 0.34% -
HSV(B) 357.18º 0.99% 0.67% -
XYZ 17.09 8.84 1.09 -
YUV 53.74 103.32 212.35 -
System Red Green Blue C M Y K H S L
Decimal 172 2 10 0 0.99 0.94 0.33 357.18 0.98 0.34
Hex AC 2 A 0 63 5E 21 165 62 22
Octal 254 2 12 0 143 136 41 545 142 42
Binary 10101100 10 1010 0 1100011 1011110 100001 101100101 1100010 100010

Color Harmonies of #AC020A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC020A

Black with #AC020A

Text Example


Text Example

White with #AC020A

Text Example


Text Example

HTML Codes & Css Web 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>