Html Css Color HEX #AC4738 Medium Carmine

📋 copy color: '#AC4738'

red 172 ◦ green 71 ◦ blue 56

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

Shades of Medium Carmine #AC4738

Tints of Medium Carmine #AC4738

RGB

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

 GREEN value IS 71 (28.13% from 255) = 23.75%

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

R = 57.53%
G = 23.75%
B = 18.73%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AC4738 (or 0xAC4738) is known color: Medium Carmine. HEX triplet: AC, 47 and 38. RGB value is (172,71,56). Sum of RGB (Red+Green+Blue) = 172+71+56=299 (39% of max value = 765). Red value is 172 (67.58% from 255 or 57.53% from 299); Green value is 71 (28.12% from 255 or 23.75% from 299); Blue value is 56 (22.27% from 255 or 18.73% from 299); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4738 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4738 is #53B8C7. Grayscale: #636363. Windows color (decimal): -5486792 or 3688364. OLE color: 3688364.

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

Color convert

RGB 172 71 56 -
CMYK 0 0.59 0.67 0.33
HSL 7.76º 0.51% 0.45% -
HSV(B) 7.76º 0.67% 0.67% -
XYZ 19.98 13.56 5.31 -
YUV 99.49 103.46 179.72 -
System Red Green Blue C M Y K H S L
Decimal 172 71 56 0 0.59 0.67 0.33 7.76 0.51 0.45
Hex AC 47 38 0 3B 43 21 8 33 2D
Octal 254 107 70 0 73 103 41 10 63 55
Binary 10101100 1000111 111000 0 111011 1000011 100001 1000 110011 101101

Color Harmonies of #AC4738

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4738

Black with #AC4738

Text Example


Text Example

White with #AC4738

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4738; }

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

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

background-color css

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

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

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

border-color css

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

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

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