Html Css Color HEX #AC012C Carmine

📋 copy color: '#AC012C'

red 172 ◦ green 1 ◦ blue 44

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

Shades of Carmine #AC012C

Tints of Carmine #AC012C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 20.28%

R = 79.26%
G = 0.46%
B = 20.28%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AC012C (or 0xAC012C) is known color: Carmine. HEX triplet: AC, 01 and 2C. RGB value is (172,1,44). Sum of RGB (Red+Green+Blue) = 172+1+44=217 (28% of max value = 765). Red value is 172 (67.58% from 255 or 79.26% from 217); Green value is 1 (0.78% from 255 or 0.46% from 217); Blue value is 44 (17.58% from 255 or 20.28% from 217); Max value from RGB is 172 - color contains mainly: red. Hex color #AC012C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC012C is #53FED3. Grayscale: #393939. Windows color (decimal): -5504724 or 2884012. OLE color: 2884012.

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

Color convert

RGB 172 1 44 -
CMYK 0 0.99 0.74 0.33
HSL 344.91º 0.99% 0.34% -
HSV(B) 344.91º 0.99% 0.67% -
XYZ 17.48 8.97 3.19 -
YUV 57.03 120.65 210 -
System Red Green Blue C M Y K H S L
Decimal 172 1 44 0 0.99 0.74 0.33 344.91 0.99 0.34
Hex AC 1 2C 0 63 4A 21 159 63 22
Octal 254 1 54 0 143 112 41 531 143 42
Binary 10101100 1 101100 0 1100011 1001010 100001 101011001 1100011 100010

Color Harmonies of #AC012C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC012C

Black with #AC012C

Text Example


Text Example

White with #AC012C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC012C; }

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

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

background-color css

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

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

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

border-color css

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

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

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