Html Css Color HEX #AC0C0D Sangria

📋 copy color: '#AC0C0D'

red 172 ◦ green 12 ◦ blue 13

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

Shades of Sangria #AC0C0D

Tints of Sangria #AC0C0D

RGB

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

 GREEN value IS 12 (5.08% from 255) = 6.09%

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

R = 87.31%
G = 6.09%
B = 6.6%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.92

 K value IS 0.33

RGB Variations

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

Color information

#AC0C0D (or 0xAC0C0D) is known color: Sangria. HEX triplet: AC, 0C and 0D. RGB value is (172,12,13). Sum of RGB (Red+Green+Blue) = 172+12+13=197 (26% of max value = 765). Red value is 172 (67.58% from 255 or 87.31% from 197); Green value is 12 (5.08% from 255 or 6.09% from 197); Blue value is 13 (5.47% from 255 or 6.60% from 197); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0C0D is not a web safe color. Web safe color analog (approx): #990000. Inversed color of #AC0C0D is #53F3F2. Grayscale: #3C3C3C. Windows color (decimal): -5501939 or 855212. OLE color: 855212.

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

Color convert

RGB 172 12 13 -
CMYK 0 0.93 0.92 0.33
HSL 359.63º 0.87% 0.36% -
HSV(B) 359.63º 0.93% 0.67% -
XYZ 17.22 9.06 1.22 -
YUV 59.95 101.51 207.92 -
System Red Green Blue C M Y K H S L
Decimal 172 12 13 0 0.93 0.92 0.33 359.63 0.87 0.36
Hex AC C D 0 5D 5C 21 168 57 24
Octal 254 14 15 0 135 134 41 550 127 44
Binary 10101100 1100 1101 0 1011101 1011100 100001 101101000 1010111 100100

Color Harmonies of #AC0C0D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0C0D

Black with #AC0C0D

Text Example


Text Example

White with #AC0C0D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0C0D; }

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

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

background-color css

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

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

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

border-color css

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

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

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