Html Css Color HEX #AC0109 Sangria

📋 copy color: '#AC0109'

red 172 ◦ green 1 ◦ blue 9

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

Shades of Sangria #AC0109

Tints of Sangria #AC0109

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.55%

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

R = 94.51%
G = 0.55%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.95

 K value IS 0.33

RGB Variations

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

Color information

#AC0109 (or 0xAC0109) is known color: Sangria. HEX triplet: AC, 01 and 09. RGB value is (172,1,9). Sum of RGB (Red+Green+Blue) = 172+1+9=182 (24% of max value = 765). Red value is 172 (67.58% from 255 or 94.51% from 182); Green value is 1 (0.78% from 255 or 0.55% from 182); Blue value is 9 (3.91% from 255 or 4.95% from 182); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0109 is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0109 is #53FEF6. Grayscale: #353535. Windows color (decimal): -5504759 or 590252. OLE color: 590252.

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

Color convert

RGB 172 1 9 -
CMYK 0 0.99 0.95 0.33
HSL 357.19º 0.99% 0.34% -
HSV(B) 357.19º 0.99% 0.67% -
XYZ 17.07 8.81 1.06 -
YUV 53.04 103.15 212.85 -
System Red Green Blue C M Y K H S L
Decimal 172 1 9 0 0.99 0.95 0.33 357.19 0.99 0.34
Hex AC 1 9 0 63 5F 21 165 63 22
Octal 254 1 11 0 143 137 41 545 143 42
Binary 10101100 1 1001 0 1100011 1011111 100001 101100101 1100011 100010

Color Harmonies of #AC0109

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0109

Black with #AC0109

Text Example


Text Example

White with #AC0109

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0109; }

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

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

background-color css

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

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

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

border-color css

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

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

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