Html Css Color HEX #AC4033 Medium Carmine

📋 copy color: '#AC4033'

red 172 ◦ green 64 ◦ blue 51

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

Shades of Medium Carmine #AC4033

Tints of Medium Carmine #AC4033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 17.77%

R = 59.93%
G = 22.3%
B = 17.77%

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

#AC4033 (or 0xAC4033) is known color: Medium Carmine. HEX triplet: AC, 40 and 33. RGB value is (172,64,51). Sum of RGB (Red+Green+Blue) = 172+64+51=287 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.93% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 51 (20.31% from 255 or 17.77% from 287); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4033 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4033 is #53BFCC. Grayscale: #5E5E5E. Windows color (decimal): -5488589 or 3358892. OLE color: 3358892.

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

Color convert

RGB 172 64 51 -
CMYK 0 0.63 0.70 0.33
HSL 6.45º 0.54% 0.44% -
HSV(B) 6.45º 0.7% 0.67% -
XYZ 19.44 12.68 4.55 -
YUV 94.81 103.28 183.06 -
System Red Green Blue C M Y K H S L
Decimal 172 64 51 0 0.63 0.70 0.33 6.45 0.54 0.44
Hex AC 40 33 0 3F 46 21 6 36 2C
Octal 254 100 63 0 77 106 41 6 66 54
Binary 10101100 1000000 110011 0 111111 1000110 100001 110 110110 101100

Color Harmonies of #AC4033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4033

Black with #AC4033

Text Example


Text Example

White with #AC4033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4033; }

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

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

background-color css

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

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

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

border-color css

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

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

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