Html Css Color HEX #AC000A Sangria

📋 copy color: '#AC000A'

red 172 ◦ green 0 ◦ blue 10

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

Shades of Sangria #AC000A

Tints of Sangria #AC000A

RGB

 RED value IS 172 (67.58% from 255) = 94.51%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 10 (4.3% from 255) = 5.49%

R = 94.51%
G = 0%
B = 5.49%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.94

 K value IS 0.33

RGB Variations

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

Color information

#AC000A (or 0xAC000A) is known color: Sangria. HEX triplet: AC, 00 and 0A. RGB value is (172,0,10). Sum of RGB (Red+Green+Blue) = 172+0+10=182 (24% of max value = 765). Red value is 172 (67.58% from 255 or 94.51% from 182); Green value is 0 (0.39% from 255 or 0% from 182); Blue value is 10 (4.30% from 255 or 5.49% from 182); Max value from RGB is 172 - color contains mainly: red. Hex color #AC000A is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC000A is #53FFF5. Grayscale: #343434. Windows color (decimal): -5505014 or 655532. OLE color: 655532.

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

Color convert

RGB 172 0 10 -
CMYK 0 1 0.94 0.33
HSL 356.51º 1% 0.34% -
HSV(B) 356.51º 1% 0.67% -
XYZ 17.07 8.79 1.08 -
YUV 52.57 103.98 213.19 -
System Red Green Blue C M Y K H S L
Decimal 172 0 10 0 1 0.94 0.33 356.51 1 0.34
Hex AC 0 A 0 64 5E 21 165 64 22
Octal 254 0 12 0 144 136 41 545 144 42
Binary 10101100 0 1010 0 1100100 1011110 100001 101100101 1100100 100010

Color Harmonies of #AC000A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC000A

Black with #AC000A

Text Example


Text Example

White with #AC000A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC000A; }

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

 H1.HeaderClassName
 {
   color: #AC000A;
 }
 .AnyTagClassName
 {
   color: #AC000A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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