Html Css Color HEX #AC121A Carmine

📋 copy color: '#AC121A'

red 172 ◦ green 18 ◦ blue 26

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

Shades of Carmine #AC121A

Tints of Carmine #AC121A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 12.04%

R = 79.63%
G = 8.33%
B = 12.04%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.85

 K value IS 0.33

RGB Variations

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

Color information

#AC121A (or 0xAC121A) is known color: Carmine. HEX triplet: AC, 12 and 1A. RGB value is (172,18,26). Sum of RGB (Red+Green+Blue) = 172+18+26=216 (28% of max value = 765). Red value is 172 (67.58% from 255 or 79.63% from 216); Green value is 18 (7.42% from 255 or 8.33% from 216); Blue value is 26 (10.55% from 255 or 12.04% from 216); Max value from RGB is 172 - color contains mainly: red. Hex color #AC121A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC121A is #53EDE5. Grayscale: #414141. Windows color (decimal): -5500390 or 1708716. OLE color: 1708716.

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

Color convert

RGB 172 18 26 -
CMYK 0 0.90 0.85 0.33
HSL 356.88º 0.81% 0.37% -
HSV(B) 356.88º 0.9% 0.67% -
XYZ 17.42 9.28 1.85 -
YUV 64.96 106.02 204.35 -
System Red Green Blue C M Y K H S L
Decimal 172 18 26 0 0.90 0.85 0.33 356.88 0.81 0.37
Hex AC 12 1A 0 5A 55 21 165 51 25
Octal 254 22 32 0 132 125 41 545 121 45
Binary 10101100 10010 11010 0 1011010 1010101 100001 101100101 1010001 100101

Color Harmonies of #AC121A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC121A

Black with #AC121A

Text Example


Text Example

White with #AC121A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC121A; }

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

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

background-color css

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

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

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

border-color css

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

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

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