Html Css Color HEX #AC1120 Carmine

📋 copy color: '#AC1120'

red 172 ◦ green 17 ◦ blue 32

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

Shades of Carmine #AC1120

Tints of Carmine #AC1120

RGB

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

 GREEN value IS 17 (7.03% from 255) = 7.69%

 BLUE value IS 32 (12.89% from 255) = 14.48%

R = 77.83%
G = 7.69%
B = 14.48%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.81

 K value IS 0.33

RGB Variations

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

Color information

#AC1120 (or 0xAC1120) is known color: Carmine. HEX triplet: AC, 11 and 20. RGB value is (172,17,32). Sum of RGB (Red+Green+Blue) = 172+17+32=221 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.83% from 221); Green value is 17 (7.03% from 255 or 7.69% from 221); Blue value is 32 (12.89% from 255 or 14.48% from 221); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1120 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1120 is #53EEDF. Grayscale: #414141. Windows color (decimal): -5500640 or 2101676. OLE color: 2101676.

HSL color Cylindrical-coordinate representation of color #AC1120: hue angle of 354.19º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC1120 is Cyan = 0, Magento = 0.90, Yellow = 0.81 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 17 32 -
CMYK 0 0.90 0.81 0.33
HSL 354.19º 0.82% 0.37% -
HSV(B) 354.19º 0.9% 0.67% -
XYZ 17.47 9.28 2.24 -
YUV 65.06 109.35 204.28 -
System Red Green Blue C M Y K H S L
Decimal 172 17 32 0 0.90 0.81 0.33 354.19 0.82 0.37
Hex AC 11 20 0 5A 51 21 162 52 25
Octal 254 21 40 0 132 121 41 542 122 45
Binary 10101100 10001 100000 0 1011010 1010001 100001 101100010 1010010 100101

Color Harmonies of #AC1120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1120

Black with #AC1120

Text Example


Text Example

White with #AC1120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1120; }

 p { color: rgb(172,17,32); }

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

background-color css

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

 a { background-color: rgb(172,17,32); }

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

border-color css

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

 span { border-color: rgb(172,17,32); }

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