Html Css Color HEX #AC3C38 Medium Carmine

📋 copy color: '#AC3C38'

red 172 ◦ green 60 ◦ blue 56

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

Shades of Medium Carmine #AC3C38

Tints of Medium Carmine #AC3C38

RGB

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

 GREEN value IS 60 (23.83% from 255) = 20.83%

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

R = 59.72%
G = 20.83%
B = 19.44%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.67

 K value IS 0.33

RGB Variations

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

Color information

#AC3C38 (or 0xAC3C38) is known color: Medium Carmine. HEX triplet: AC, 3C and 38. RGB value is (172,60,56). Sum of RGB (Red+Green+Blue) = 172+60+56=288 (38% of max value = 765). Red value is 172 (67.58% from 255 or 59.72% from 288); Green value is 60 (23.83% from 255 or 20.83% from 288); Blue value is 56 (22.27% from 255 or 19.44% from 288); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3C38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3C38 is #53C3C7. Grayscale: #5D5D5D. Windows color (decimal): -5489608 or 3685548. OLE color: 3685548.

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

Color convert

RGB 172 60 56 -
CMYK 0 0.65 0.67 0.33
HSL 2.07º 0.51% 0.45% -
HSV(B) 2.07º 0.67% 0.67% -
XYZ 19.34 12.29 5.09 -
YUV 93.03 107.11 184.33 -
System Red Green Blue C M Y K H S L
Decimal 172 60 56 0 0.65 0.67 0.33 2.07 0.51 0.45
Hex AC 3C 38 0 41 43 21 2 33 2D
Octal 254 74 70 0 101 103 41 2 63 55
Binary 10101100 111100 111000 0 1000001 1000011 100001 10 110011 101101

Color Harmonies of #AC3C38

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3C38

Black with #AC3C38

Text Example


Text Example

White with #AC3C38

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3C38; }

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

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

background-color css

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

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

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

border-color css

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

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

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