Html Css Color HEX #AC4A38 Medium Carmine

📋 copy color: '#AC4A38'

red 172 ◦ green 74 ◦ blue 56

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

Shades of Medium Carmine #AC4A38

Tints of Medium Carmine #AC4A38

RGB

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

 GREEN value IS 74 (29.3% from 255) = 24.5%

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

R = 56.95%
G = 24.5%
B = 18.54%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AC4A38 (or 0xAC4A38) is known color: Medium Carmine. HEX triplet: AC, 4A and 38. RGB value is (172,74,56). Sum of RGB (Red+Green+Blue) = 172+74+56=302 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.95% from 302); Green value is 74 (29.30% from 255 or 24.50% from 302); Blue value is 56 (22.27% from 255 or 18.54% from 302); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4A38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC4A38 is #53B5C7. Grayscale: #656565. Windows color (decimal): -5486024 or 3689132. OLE color: 3689132.

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

Color convert

RGB 172 74 56 -
CMYK 0 0.57 0.67 0.33
HSL 9.31º 0.51% 0.45% -
HSV(B) 9.31º 0.67% 0.67% -
XYZ 20.18 13.95 5.37 -
YUV 101.25 102.47 178.46 -
System Red Green Blue C M Y K H S L
Decimal 172 74 56 0 0.57 0.67 0.33 9.31 0.51 0.45
Hex AC 4A 38 0 39 43 21 9 33 2D
Octal 254 112 70 0 71 103 41 11 63 55
Binary 10101100 1001010 111000 0 111001 1000011 100001 1001 110011 101101

Color Harmonies of #AC4A38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC4A38

Black with #AC4A38

Text Example


Text Example

White with #AC4A38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC4A38; }

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

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

background-color css

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

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

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

border-color css

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

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

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