Html Css Color HEX #AC012A Carmine

📋 copy color: '#AC012A'

red 172 ◦ green 1 ◦ blue 42

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

Shades of Carmine #AC012A

Tints of Carmine #AC012A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

 BLUE value IS 42 (16.8% from 255) = 19.53%

R = 80%
G = 0.47%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AC012A (or 0xAC012A) is known color: Carmine. HEX triplet: AC, 01 and 2A. RGB value is (172,1,42). Sum of RGB (Red+Green+Blue) = 172+1+42=215 (28% of max value = 765). Red value is 172 (67.58% from 255 or 80% from 215); Green value is 1 (0.78% from 255 or 0.47% from 215); Blue value is 42 (16.80% from 255 or 19.53% from 215); Max value from RGB is 172 - color contains mainly: red. Hex color #AC012A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC012A is #53FED5. Grayscale: #383838. Windows color (decimal): -5504726 or 2752940. OLE color: 2752940.

HSL color Cylindrical-coordinate representation of color #AC012A: hue angle of 345.61º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #AC012A is Cyan = 0, Magento = 0.99, Yellow = 0.76 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 1 42 -
CMYK 0 0.99 0.76 0.33
HSL 345.61º 0.99% 0.34% -
HSV(B) 345.61º 0.99% 0.67% -
XYZ 17.44 8.96 3 -
YUV 56.8 119.65 210.17 -
System Red Green Blue C M Y K H S L
Decimal 172 1 42 0 0.99 0.76 0.33 345.61 0.99 0.34
Hex AC 1 2A 0 63 4C 21 15A 63 22
Octal 254 1 52 0 143 114 41 532 143 42
Binary 10101100 1 101010 0 1100011 1001100 100001 101011010 1100011 100010

Color Harmonies of #AC012A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC012A

Black with #AC012A

Text Example


Text Example

White with #AC012A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC012A; }

 p { color: rgb(172,1,42); }

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

background-color css

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

 a { background-color: rgb(172,1,42); }

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

border-color css

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

 span { border-color: rgb(172,1,42); }

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