Html Css Color HEX #AC111C Carmine

📋 copy color: '#AC111C'

red 172 ◦ green 17 ◦ blue 28

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

Shades of Carmine #AC111C

Tints of Carmine #AC111C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 12.9%

R = 79.26%
G = 7.83%
B = 12.9%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.84

 K value IS 0.33

RGB Variations

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

Color information

#AC111C (or 0xAC111C) is known color: Carmine. HEX triplet: AC, 11 and 1C. RGB value is (172,17,28). Sum of RGB (Red+Green+Blue) = 172+17+28=217 (28% of max value = 765). Red value is 172 (67.58% from 255 or 79.26% from 217); Green value is 17 (7.03% from 255 or 7.83% from 217); Blue value is 28 (11.33% from 255 or 12.90% from 217); Max value from RGB is 172 - color contains mainly: red. Hex color #AC111C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC111C is #53EEE3. Grayscale: #404040. Windows color (decimal): -5500644 or 1839532. OLE color: 1839532.

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

Color convert

RGB 172 17 28 -
CMYK 0 0.90 0.84 0.33
HSL 355.74º 0.82% 0.37% -
HSV(B) 355.74º 0.9% 0.67% -
XYZ 17.42 9.26 1.97 -
YUV 64.6 107.35 204.61 -
System Red Green Blue C M Y K H S L
Decimal 172 17 28 0 0.90 0.84 0.33 355.74 0.82 0.37
Hex AC 11 1C 0 5A 54 21 164 52 25
Octal 254 21 34 0 132 124 41 544 122 45
Binary 10101100 10001 11100 0 1011010 1010100 100001 101100100 1010010 100101

Color Harmonies of #AC111C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC111C

Black with #AC111C

Text Example


Text Example

White with #AC111C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC111C; }

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

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

background-color css

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

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

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

border-color css

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

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

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