Html Css Color HEX #AC4138 Medium Carmine

📋 copy color: '#AC4138'

red 172 ◦ green 65 ◦ blue 56

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

Shades of Medium Carmine #AC4138

Tints of Medium Carmine #AC4138

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.18%

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

R = 58.7%
G = 22.18%
B = 19.11%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AC4138 (or 0xAC4138) is known color: Medium Carmine. HEX triplet: AC, 41 and 38. RGB value is (172,65,56). Sum of RGB (Red+Green+Blue) = 172+65+56=293 (38% of max value = 765). Red value is 172 (67.58% from 255 or 58.70% from 293); Green value is 65 (25.78% from 255 or 22.18% from 293); Blue value is 56 (22.27% from 255 or 19.11% from 293); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4138 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4138 is #53BEC7. Grayscale: #606060. Windows color (decimal): -5488328 or 3686828. OLE color: 3686828.

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

Color convert

RGB 172 65 56 -
CMYK 0 0.62 0.67 0.33
HSL 4.66º 0.51% 0.45% -
HSV(B) 4.66º 0.67% 0.67% -
XYZ 19.62 12.84 5.19 -
YUV 95.97 105.45 182.23 -
System Red Green Blue C M Y K H S L
Decimal 172 65 56 0 0.62 0.67 0.33 4.66 0.51 0.45
Hex AC 41 38 0 3E 43 21 5 33 2D
Octal 254 101 70 0 76 103 41 5 63 55
Binary 10101100 1000001 111000 0 111110 1000011 100001 101 110011 101101

Color Harmonies of #AC4138

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4138

Black with #AC4138

Text Example


Text Example

White with #AC4138

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4138; }

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

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

background-color css

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

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

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

border-color css

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

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

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