Html Css Color HEX #AC1122 Carmine

📋 copy color: '#AC1122'

red 172 ◦ green 17 ◦ blue 34

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

Shades of Carmine #AC1122

Tints of Carmine #AC1122

RGB

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

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

 BLUE value IS 34 (13.67% from 255) = 15.25%

R = 77.13%
G = 7.62%
B = 15.25%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.80

 K value IS 0.33

RGB Variations

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

Color information

#AC1122 (or 0xAC1122) is known color: Carmine. HEX triplet: AC, 11 and 22. RGB value is (172,17,34). Sum of RGB (Red+Green+Blue) = 172+17+34=223 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.13% from 223); Green value is 17 (7.03% from 255 or 7.62% from 223); Blue value is 34 (13.67% from 255 or 15.25% from 223); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1122 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1122 is #53EEDD. Grayscale: #414141. Windows color (decimal): -5500638 or 2232748. OLE color: 2232748.

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

Color convert

RGB 172 17 34 -
CMYK 0 0.90 0.80 0.33
HSL 353.42º 0.82% 0.37% -
HSV(B) 353.42º 0.9% 0.67% -
XYZ 17.5 9.29 2.38 -
YUV 65.28 110.35 204.12 -
System Red Green Blue C M Y K H S L
Decimal 172 17 34 0 0.90 0.80 0.33 353.42 0.82 0.37
Hex AC 11 22 0 5A 50 21 161 52 25
Octal 254 21 42 0 132 120 41 541 122 45
Binary 10101100 10001 100010 0 1011010 1010000 100001 101100001 1010010 100101

Color Harmonies of #AC1122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1122

Black with #AC1122

Text Example


Text Example

White with #AC1122

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1122; }

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

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

background-color css

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

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

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

border-color css

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

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

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