Html Css Color HEX #AC3C25 Medium Carmine

📋 copy color: '#AC3C25'

red 172 ◦ green 60 ◦ blue 37

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

Shades of Medium Carmine #AC3C25

Tints of Medium Carmine #AC3C25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 13.75%

R = 63.94%
G = 22.3%
B = 13.75%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AC3C25 (or 0xAC3C25) is known color: Medium Carmine. HEX triplet: AC, 3C and 25. RGB value is (172,60,37). Sum of RGB (Red+Green+Blue) = 172+60+37=269 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.94% from 269); Green value is 60 (23.83% from 255 or 22.30% from 269); Blue value is 37 (14.84% from 255 or 13.75% from 269); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3C25 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3C25 is #53C3DA. Grayscale: #5B5B5B. Windows color (decimal): -5489627 or 2440364. OLE color: 2440364.

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

Color convert

RGB 172 60 37 -
CMYK 0 0.65 0.78 0.33
HSL 10.22º 0.65% 0.41% -
HSV(B) 10.22º 0.78% 0.67% -
XYZ 18.96 12.14 3.09 -
YUV 90.87 97.61 185.87 -
System Red Green Blue C M Y K H S L
Decimal 172 60 37 0 0.65 0.78 0.33 10.22 0.65 0.41
Hex AC 3C 25 0 41 4E 21 A 41 29
Octal 254 74 45 0 101 116 41 12 101 51
Binary 10101100 111100 100101 0 1000001 1001110 100001 1010 1000001 101001

Color Harmonies of #AC3C25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3C25

Black with #AC3C25

Text Example


Text Example

White with #AC3C25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3C25; }

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

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

background-color css

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

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

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

border-color css

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

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

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