Html Css Color HEX #AC4037 Medium Carmine

📋 copy color: '#AC4037'

red 172 ◦ green 64 ◦ blue 55

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

Shades of Medium Carmine #AC4037

Tints of Medium Carmine #AC4037

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 18.9%

R = 59.11%
G = 21.99%
B = 18.9%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.68

 K value IS 0.33

RGB Variations

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

Color information

#AC4037 (or 0xAC4037) is known color: Medium Carmine. HEX triplet: AC, 40 and 37. RGB value is (172,64,55). Sum of RGB (Red+Green+Blue) = 172+64+55=291 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.11% from 291); Green value is 64 (25.39% from 255 or 21.99% from 291); Blue value is 55 (21.88% from 255 or 18.90% from 291); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4037 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4037 is #53BFC8. Grayscale: #5F5F5F. Windows color (decimal): -5488585 or 3621036. OLE color: 3621036.

HSL color Cylindrical-coordinate representation of color #AC4037: hue angle of 4.62º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AC4037 is Cyan = 0, Magento = 0.63, Yellow = 0.68 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 64 55 -
CMYK 0 0.63 0.68 0.33
HSL 4.62º 0.52% 0.45% -
HSV(B) 4.62º 0.68% 0.67% -
XYZ 19.54 12.71 5.04 -
YUV 95.27 105.28 182.73 -
System Red Green Blue C M Y K H S L
Decimal 172 64 55 0 0.63 0.68 0.33 4.62 0.52 0.45
Hex AC 40 37 0 3F 44 21 5 34 2D
Octal 254 100 67 0 77 104 41 5 64 55
Binary 10101100 1000000 110111 0 111111 1000100 100001 101 110100 101101

Color Harmonies of #AC4037

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4037

Black with #AC4037

Text Example


Text Example

White with #AC4037

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4037; }

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

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

background-color css

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

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

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

border-color css

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

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

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