Html Css Color HEX #AC1123 Carmine

📋 copy color: '#AC1123'

red 172 ◦ green 17 ◦ blue 35

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

Shades of Carmine #AC1123

Tints of Carmine #AC1123

RGB

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

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

 BLUE value IS 35 (14.06% from 255) = 15.63%

R = 76.79%
G = 7.59%
B = 15.63%

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

#AC1123 (or 0xAC1123) is known color: Carmine. HEX triplet: AC, 11 and 23. RGB value is (172,17,35). Sum of RGB (Red+Green+Blue) = 172+17+35=224 (29% of max value = 765). Red value is 172 (67.58% from 255 or 76.79% from 224); Green value is 17 (7.03% from 255 or 7.59% from 224); Blue value is 35 (14.06% from 255 or 15.62% from 224); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1123 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1123 is #53EEDC. Grayscale: #414141. Windows color (decimal): -5500637 or 2298284. OLE color: 2298284.

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

Color convert

RGB 172 17 35 -
CMYK 0 0.90 0.80 0.33
HSL 353.03º 0.82% 0.37% -
HSV(B) 353.03º 0.9% 0.67% -
XYZ 17.52 9.29 2.46 -
YUV 65.4 110.85 204.04 -
System Red Green Blue C M Y K H S L
Decimal 172 17 35 0 0.90 0.80 0.33 353.03 0.82 0.37
Hex AC 11 23 0 5A 50 21 161 52 25
Octal 254 21 43 0 132 120 41 541 122 45
Binary 10101100 10001 100011 0 1011010 1010000 100001 101100001 1010010 100101

Color Harmonies of #AC1123

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1123

Black with #AC1123

Text Example


Text Example

White with #AC1123

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1123; }

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

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

background-color css

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

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

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

border-color css

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

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

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