Html Css Color HEX #AC012D Carmine

📋 copy color: '#AC012D'

red 172 ◦ green 1 ◦ blue 45

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

Shades of Carmine #AC012D

Tints of Carmine #AC012D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 20.64%

R = 78.9%
G = 0.46%
B = 20.64%

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

#AC012D (or 0xAC012D) is known color: Carmine. HEX triplet: AC, 01 and 2D. RGB value is (172,1,45). Sum of RGB (Red+Green+Blue) = 172+1+45=218 (28% of max value = 765). Red value is 172 (67.58% from 255 or 78.90% from 218); Green value is 1 (0.78% from 255 or 0.46% from 218); Blue value is 45 (17.97% from 255 or 20.64% from 218); Max value from RGB is 172 - color contains mainly: red. Hex color #AC012D is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC012D is #53FED2. Grayscale: #393939. Windows color (decimal): -5504723 or 2949548. OLE color: 2949548.

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

Color convert

RGB 172 1 45 -
CMYK 0 0.99 0.74 0.33
HSL 344.56º 0.99% 0.34% -
HSV(B) 344.56º 0.99% 0.67% -
XYZ 17.5 8.98 3.29 -
YUV 57.15 121.15 209.92 -
System Red Green Blue C M Y K H S L
Decimal 172 1 45 0 0.99 0.74 0.33 344.56 0.99 0.34
Hex AC 1 2D 0 63 4A 21 159 63 22
Octal 254 1 55 0 143 112 41 531 143 42
Binary 10101100 1 101101 0 1100011 1001010 100001 101011001 1100011 100010

Color Harmonies of #AC012D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC012D

Black with #AC012D

Text Example


Text Example

White with #AC012D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC012D; }

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

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

background-color css

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

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

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

border-color css

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

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

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