Html Css Color HEX #AC042C Carmine

📋 copy color: '#AC042C'

red 172 ◦ green 4 ◦ blue 44

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

Shades of Carmine #AC042C

Tints of Carmine #AC042C

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.82%

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

R = 78.18%
G = 1.82%
B = 20%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AC042C (or 0xAC042C) is known color: Carmine. HEX triplet: AC, 04 and 2C. RGB value is (172,4,44). Sum of RGB (Red+Green+Blue) = 172+4+44=220 (29% of max value = 765). Red value is 172 (67.58% from 255 or 78.18% from 220); Green value is 4 (1.95% from 255 or 1.82% from 220); Blue value is 44 (17.58% from 255 or 20% from 220); Max value from RGB is 172 - color contains mainly: red. Hex color #AC042C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #AC042C is #53FBD3. Grayscale: #3A3A3A. Windows color (decimal): -5503956 or 2884780. OLE color: 2884780.

HSL color Cylindrical-coordinate representation of color #AC042C: hue angle of 345.71º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #AC042C is Cyan = 0, Magento = 0.98, Yellow = 0.74 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 4 44 -
CMYK 0 0.98 0.74 0.33
HSL 345.71º 0.95% 0.35% -
HSV(B) 345.71º 0.98% 0.67% -
XYZ 17.51 9.04 3.2 -
YUV 58.79 119.66 208.75 -
System Red Green Blue C M Y K H S L
Decimal 172 4 44 0 0.98 0.74 0.33 345.71 0.95 0.35
Hex AC 4 2C 0 62 4A 21 15A 5F 23
Octal 254 4 54 0 142 112 41 532 137 43
Binary 10101100 100 101100 0 1100010 1001010 100001 101011010 1011111 100011

Color Harmonies of #AC042C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC042C

Black with #AC042C

Text Example


Text Example

White with #AC042C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC042C; }

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

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

background-color css

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

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

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

border-color css

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

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

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