Html Css Color HEX #AC4034 Medium Carmine

📋 copy color: '#AC4034'

red 172 ◦ green 64 ◦ blue 52

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

Shades of Medium Carmine #AC4034

Tints of Medium Carmine #AC4034

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.22%

 BLUE value IS 52 (20.7% from 255) = 18.06%

R = 59.72%
G = 22.22%
B = 18.06%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AC4034 (or 0xAC4034) is known color: Medium Carmine. HEX triplet: AC, 40 and 34. RGB value is (172,64,52). Sum of RGB (Red+Green+Blue) = 172+64+52=288 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.72% from 288); Green value is 64 (25.39% from 255 or 22.22% from 288); Blue value is 52 (20.70% from 255 or 18.06% from 288); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4034 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4034 is #53BFCB. Grayscale: #5F5F5F. Windows color (decimal): -5488588 or 3424428. OLE color: 3424428.

HSL color Cylindrical-coordinate representation of color #AC4034: hue angle of 6º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC4034 is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 64 52 -
CMYK 0 0.63 0.70 0.33
HSL 0.54% 0.44% -
HSV(B) 0.7% 0.67% -
XYZ 19.47 12.69 4.67 -
YUV 94.92 103.78 182.98 -
System Red Green Blue C M Y K H S L
Decimal 172 64 52 0 0.63 0.70 0.33 6 0.54 0.44
Hex AC 40 34 0 3F 46 21 6 36 2C
Octal 254 100 64 0 77 106 41 6 66 54
Binary 10101100 1000000 110100 0 111111 1000110 100001 110 110110 101100

Color Harmonies of #AC4034

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4034

Black with #AC4034

Text Example


Text Example

White with #AC4034

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4034; }

 p { color: rgb(172,64,52); }

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

background-color css

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

 a { background-color: rgb(172,64,52); }

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

border-color css

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

 span { border-color: rgb(172,64,52); }

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