Html Css Color HEX #AC3725 Medium Carmine

📋 copy color: '#AC3725'

red 172 ◦ green 55 ◦ blue 37

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

Shades of Medium Carmine #AC3725

Tints of Medium Carmine #AC3725

RGB

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

 GREEN value IS 55 (21.88% from 255) = 20.83%

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

R = 65.15%
G = 20.83%
B = 14.02%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.78

 K value IS 0.33

RGB Variations

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

Color information

#AC3725 (or 0xAC3725) is known color: Medium Carmine. HEX triplet: AC, 37 and 25. RGB value is (172,55,37). Sum of RGB (Red+Green+Blue) = 172+55+37=264 (34% of max value = 765). Red value is 172 (67.58% from 255 or 65.15% from 264); Green value is 55 (21.88% from 255 or 20.83% from 264); Blue value is 37 (14.84% from 255 or 14.02% from 264); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3725 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3725 is #53C8DA. Grayscale: #585858. Windows color (decimal): -5490907 or 2439084. OLE color: 2439084.

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

Color convert

RGB 172 55 37 -
CMYK 0 0.68 0.78 0.33
HSL 0.65% 0.41% -
HSV(B) 0.78% 0.67% -
XYZ 18.71 11.64 3.01 -
YUV 87.93 99.26 187.96 -
System Red Green Blue C M Y K H S L
Decimal 172 55 37 0 0.68 0.78 0.33 8 0.65 0.41
Hex AC 37 25 0 44 4E 21 8 41 29
Octal 254 67 45 0 104 116 41 10 101 51
Binary 10101100 110111 100101 0 1000100 1001110 100001 1000 1000001 101001

Color Harmonies of #AC3725

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3725

Black with #AC3725

Text Example


Text Example

White with #AC3725

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3725; }

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

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

background-color css

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

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

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

border-color css

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

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

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