Html Css Color HEX #AC4038 Medium Carmine

📋 copy color: '#AC4038'

red 172 ◦ green 64 ◦ blue 56

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

Shades of Medium Carmine #AC4038

Tints of Medium Carmine #AC4038

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 19.18%

R = 58.9%
G = 21.92%
B = 19.18%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AC4038 (or 0xAC4038) is known color: Medium Carmine. HEX triplet: AC, 40 and 38. RGB value is (172,64,56). Sum of RGB (Red+Green+Blue) = 172+64+56=292 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.90% from 292); Green value is 64 (25.39% from 255 or 21.92% from 292); Blue value is 56 (22.27% from 255 or 19.18% from 292); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4038 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4038 is #53BFC7. Grayscale: #5F5F5F. Windows color (decimal): -5488584 or 3686572. OLE color: 3686572.

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

Color convert

RGB 172 64 56 -
CMYK 0 0.63 0.67 0.33
HSL 4.14º 0.51% 0.45% -
HSV(B) 4.14º 0.67% 0.67% -
XYZ 19.56 12.72 5.17 -
YUV 95.38 105.78 182.65 -
System Red Green Blue C M Y K H S L
Decimal 172 64 56 0 0.63 0.67 0.33 4.14 0.51 0.45
Hex AC 40 38 0 3F 43 21 4 33 2D
Octal 254 100 70 0 77 103 41 4 63 55
Binary 10101100 1000000 111000 0 111111 1000011 100001 100 110011 101101

Color Harmonies of #AC4038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4038

Black with #AC4038

Text Example


Text Example

White with #AC4038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4038; }

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

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

background-color css

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

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

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

border-color css

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

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

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