Html Css Color HEX #AC0A0D Sangria

📋 copy color: '#AC0A0D'

red 172 ◦ green 10 ◦ blue 13

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

Shades of Sangria #AC0A0D

Tints of Sangria #AC0A0D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.13%

 BLUE value IS 13 (5.47% from 255) = 6.67%

R = 88.21%
G = 5.13%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC0A0D (or 0xAC0A0D) is known color: Sangria. HEX triplet: AC, 0A and 0D. RGB value is (172,10,13). Sum of RGB (Red+Green+Blue) = 172+10+13=195 (25% of max value = 765). Red value is 172 (67.58% from 255 or 88.21% from 195); Green value is 10 (4.30% from 255 or 5.13% from 195); Blue value is 13 (5.47% from 255 or 6.67% from 195); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0A0D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0A0D is #53F5F2. Grayscale: #3A3A3A. Windows color (decimal): -5502451 or 854700. OLE color: 854700.

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

Color convert

RGB 172 10 13 -
CMYK 0 0.94 0.92 0.33
HSL 358.89º 0.89% 0.36% -
HSV(B) 358.89º 0.94% 0.67% -
XYZ 17.19 9.02 1.21 -
YUV 58.78 102.17 208.76 -
System Red Green Blue C M Y K H S L
Decimal 172 10 13 0 0.94 0.92 0.33 358.89 0.89 0.36
Hex AC A D 0 5E 5C 21 167 59 24
Octal 254 12 15 0 136 134 41 547 131 44
Binary 10101100 1010 1101 0 1011110 1011100 100001 101100111 1011001 100100

Color Harmonies of #AC0A0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0A0D

Black with #AC0A0D

Text Example


Text Example

White with #AC0A0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0A0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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