Html Css Color HEX #AC0009 Sangria

📋 copy color: '#AC0009'

red 172 ◦ green 0 ◦ blue 9

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

Shades of Sangria #AC0009

Tints of Sangria #AC0009

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 4.97%

R = 95.03%
G = 0%
B = 4.97%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AC0009 (or 0xAC0009) is known color: Sangria. HEX triplet: AC, 00 and 09. RGB value is (172,0,9). Sum of RGB (Red+Green+Blue) = 172+0+9=181 (23% of max value = 765). Red value is 172 (67.58% from 255 or 95.03% from 181); Green value is 0 (0.39% from 255 or 0% from 181); Blue value is 9 (3.91% from 255 or 4.97% from 181); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0009 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0009 is #53FFF6. Grayscale: #343434. Windows color (decimal): -5505015 or 589996. OLE color: 589996.

HSL color Cylindrical-coordinate representation of color #AC0009: hue angle of 356.86º 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 #AC0009 is Cyan = 0, Magento = 1, Yellow = 0.95 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 0 9 -
CMYK 0 1 0.95 0.33
HSL 356.86º 1% 0.34% -
HSV(B) 356.86º 1% 0.67% -
XYZ 17.06 8.79 1.06 -
YUV 52.45 103.48 213.27 -
System Red Green Blue C M Y K H S L
Decimal 172 0 9 0 1 0.95 0.33 356.86 1 0.34
Hex AC 0 9 0 64 5F 21 165 64 22
Octal 254 0 11 0 144 137 41 545 144 42
Binary 10101100 0 1001 0 1100100 1011111 100001 101100101 1100100 100010

Color Harmonies of #AC0009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0009

Black with #AC0009

Text Example


Text Example

White with #AC0009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0009; }

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

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

background-color css

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

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

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

border-color css

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

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

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