Html Css Color HEX #AC111B Carmine

📋 copy color: '#AC111B'

red 172 ◦ green 17 ◦ blue 27

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

Shades of Carmine #AC111B

Tints of Carmine #AC111B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 12.5%

R = 79.63%
G = 7.87%
B = 12.5%

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

#AC111B (or 0xAC111B) is known color: Carmine. HEX triplet: AC, 11 and 1B. RGB value is (172,17,27). Sum of RGB (Red+Green+Blue) = 172+17+27=216 (28% of max value = 765). Red value is 172 (67.58% from 255 or 79.63% from 216); Green value is 17 (7.03% from 255 or 7.87% from 216); Blue value is 27 (10.94% from 255 or 12.5% from 216); Max value from RGB is 172 - color contains mainly: red. Hex color #AC111B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC111B is #53EEE4. Grayscale: #404040. Windows color (decimal): -5500645 or 1773996. OLE color: 1773996.

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

Color convert

RGB 172 17 27 -
CMYK 0 0.90 0.84 0.33
HSL 356.13º 0.82% 0.37% -
HSV(B) 356.13º 0.9% 0.67% -
XYZ 17.41 9.25 1.9 -
YUV 64.49 106.85 204.69 -
System Red Green Blue C M Y K H S L
Decimal 172 17 27 0 0.90 0.84 0.33 356.13 0.82 0.37
Hex AC 11 1B 0 5A 54 21 164 52 25
Octal 254 21 33 0 132 124 41 544 122 45
Binary 10101100 10001 11011 0 1011010 1010100 100001 101100100 1010010 100101

Color Harmonies of #AC111B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC111B

Black with #AC111B

Text Example


Text Example

White with #AC111B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC111B; }

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

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

background-color css

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

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

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

border-color css

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

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

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