Html Css Color HEX #AC050C Sangria

📋 copy color: '#AC050C'

red 172 ◦ green 5 ◦ blue 12

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

Shades of Sangria #AC050C

Tints of Sangria #AC050C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.65%

 BLUE value IS 12 (5.08% from 255) = 6.35%

R = 91.01%
G = 2.65%
B = 6.35%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AC050C (or 0xAC050C) is known color: Sangria. HEX triplet: AC, 05 and 0C. RGB value is (172,5,12). Sum of RGB (Red+Green+Blue) = 172+5+12=189 (25% of max value = 765). Red value is 172 (67.58% from 255 or 91.01% from 189); Green value is 5 (2.34% from 255 or 2.65% from 189); Blue value is 12 (5.08% from 255 or 6.35% from 189); Max value from RGB is 172 - color contains mainly: red. Hex color #AC050C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC050C is #53FAF3. Grayscale: #373737. Windows color (decimal): -5503732 or 787884. OLE color: 787884.

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

Color convert

RGB 172 5 12 -
CMYK 0 0.97 0.93 0.33
HSL 357.49º 0.94% 0.35% -
HSV(B) 357.49º 0.97% 0.67% -
XYZ 17.13 8.91 1.16 -
YUV 55.73 103.33 210.93 -
System Red Green Blue C M Y K H S L
Decimal 172 5 12 0 0.97 0.93 0.33 357.49 0.94 0.35
Hex AC 5 C 0 61 5D 21 165 5E 23
Octal 254 5 14 0 141 135 41 545 136 43
Binary 10101100 101 1100 0 1100001 1011101 100001 101100101 1011110 100011

Color Harmonies of #AC050C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC050C

Black with #AC050C

Text Example


Text Example

White with #AC050C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC050C; }

 p { color: rgb(172,5,12); }

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

background-color css

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

 a { background-color: rgb(172,5,12); }

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

border-color css

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

 span { border-color: rgb(172,5,12); }

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