Html Css Color HEX #AC010C Sangria

📋 copy color: '#AC010C'

red 172 ◦ green 1 ◦ blue 12

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

Shades of Sangria #AC010C

Tints of Sangria #AC010C

RGB

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

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

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

R = 92.97%
G = 0.54%
B = 6.49%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.93

 K value IS 0.33

RGB Variations

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

Color information

#AC010C (or 0xAC010C) is known color: Sangria. HEX triplet: AC, 01 and 0C. RGB value is (172,1,12). Sum of RGB (Red+Green+Blue) = 172+1+12=185 (24% of max value = 765). Red value is 172 (67.58% from 255 or 92.97% from 185); Green value is 1 (0.78% from 255 or 0.54% from 185); Blue value is 12 (5.08% from 255 or 6.49% from 185); Max value from RGB is 172 - color contains mainly: red. Hex color #AC010C is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC010C is #53FEF3. Grayscale: #353535. Windows color (decimal): -5504756 or 786860. OLE color: 786860.

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

Color convert

RGB 172 1 12 -
CMYK 0 0.99 0.93 0.33
HSL 356.14º 0.99% 0.34% -
HSV(B) 356.14º 0.99% 0.67% -
XYZ 17.09 8.82 1.15 -
YUV 53.38 104.65 212.61 -
System Red Green Blue C M Y K H S L
Decimal 172 1 12 0 0.99 0.93 0.33 356.14 0.99 0.34
Hex AC 1 C 0 63 5D 21 164 63 22
Octal 254 1 14 0 143 135 41 544 143 42
Binary 10101100 1 1100 0 1100011 1011101 100001 101100100 1100011 100010

Color Harmonies of #AC010C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC010C

Black with #AC010C

Text Example


Text Example

White with #AC010C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC010C; }

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

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

background-color css

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

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

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

border-color css

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

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

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