Html Css Color HEX #AC040C Sangria

📋 copy color: '#AC040C'

red 172 ◦ green 4 ◦ blue 12

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

Shades of Sangria #AC040C

Tints of Sangria #AC040C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.13%

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

R = 91.49%
G = 2.13%
B = 6.38%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AC040C (or 0xAC040C) is known color: Sangria. HEX triplet: AC, 04 and 0C. RGB value is (172,4,12). Sum of RGB (Red+Green+Blue) = 172+4+12=188 (24% of max value = 765). Red value is 172 (67.58% from 255 or 91.49% from 188); Green value is 4 (1.95% from 255 or 2.13% from 188); Blue value is 12 (5.08% from 255 or 6.38% from 188); Max value from RGB is 172 - color contains mainly: red. Hex color #AC040C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC040C is #53FBF3. Grayscale: #373737. Windows color (decimal): -5503988 or 787628. OLE color: 787628.

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

Color convert

RGB 172 4 12 -
CMYK 0 0.98 0.93 0.33
HSL 357.14º 0.95% 0.35% -
HSV(B) 357.14º 0.98% 0.67% -
XYZ 17.12 8.88 1.16 -
YUV 55.14 103.66 211.35 -
System Red Green Blue C M Y K H S L
Decimal 172 4 12 0 0.98 0.93 0.33 357.14 0.95 0.35
Hex AC 4 C 0 62 5D 21 165 5F 23
Octal 254 4 14 0 142 135 41 545 137 43
Binary 10101100 100 1100 0 1100010 1011101 100001 101100101 1011111 100011

Color Harmonies of #AC040C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC040C

Black with #AC040C

Text Example


Text Example

White with #AC040C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC040C; }

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

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

background-color css

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

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

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

border-color css

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

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

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