Html Css Color HEX #AC1221 Carmine

📋 copy color: '#AC1221'

red 172 ◦ green 18 ◦ blue 33

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

Shades of Carmine #AC1221

Tints of Carmine #AC1221

RGB

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

 GREEN value IS 18 (7.42% from 255) = 8.07%

 BLUE value IS 33 (13.28% from 255) = 14.8%

R = 77.13%
G = 8.07%
B = 14.8%

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

#AC1221 (or 0xAC1221) is known color: Carmine. HEX triplet: AC, 12 and 21. RGB value is (172,18,33). Sum of RGB (Red+Green+Blue) = 172+18+33=223 (29% of max value = 765). Red value is 172 (67.58% from 255 or 77.13% from 223); Green value is 18 (7.42% from 255 or 8.07% from 223); Blue value is 33 (13.28% from 255 or 14.80% from 223); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1221 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC1221 is #53EDDE. Grayscale: #414141. Windows color (decimal): -5500383 or 2167468. OLE color: 2167468.

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

Color convert

RGB 172 18 33 -
CMYK 0 0.90 0.81 0.33
HSL 354.16º 0.81% 0.37% -
HSV(B) 354.16º 0.9% 0.67% -
XYZ 17.5 9.31 2.31 -
YUV 65.76 109.52 203.78 -
System Red Green Blue C M Y K H S L
Decimal 172 18 33 0 0.90 0.81 0.33 354.16 0.81 0.37
Hex AC 12 21 0 5A 51 21 162 51 25
Octal 254 22 41 0 132 121 41 542 121 45
Binary 10101100 10010 100001 0 1011010 1010001 100001 101100010 1010001 100101

Color Harmonies of #AC1221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1221

Black with #AC1221

Text Example


Text Example

White with #AC1221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1221; }

 p { color: rgb(172,18,33); }

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

background-color css

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

 a { background-color: rgb(172,18,33); }

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

border-color css

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

 span { border-color: rgb(172,18,33); }

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