Html Css Color HEX #AC3726 Medium Carmine

📋 copy color: '#AC3726'

red 172 ◦ green 55 ◦ blue 38

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

Shades of Medium Carmine #AC3726

Tints of Medium Carmine #AC3726

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 14.34%

R = 64.91%
G = 20.75%
B = 14.34%

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

#AC3726 (or 0xAC3726) is known color: Medium Carmine. HEX triplet: AC, 37 and 26. RGB value is (172,55,38). Sum of RGB (Red+Green+Blue) = 172+55+38=265 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.91% from 265); Green value is 55 (21.88% from 255 or 20.75% from 265); Blue value is 38 (15.23% from 255 or 14.34% from 265); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3726 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3726 is #53C8D9. Grayscale: #585858. Windows color (decimal): -5490906 or 2504620. OLE color: 2504620.

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

Color convert

RGB 172 55 38 -
CMYK 0 0.68 0.78 0.33
HSL 7.61º 0.64% 0.41% -
HSV(B) 7.61º 0.78% 0.67% -
XYZ 18.73 11.64 3.09 -
YUV 88.05 99.76 187.88 -
System Red Green Blue C M Y K H S L
Decimal 172 55 38 0 0.68 0.78 0.33 7.61 0.64 0.41
Hex AC 37 26 0 44 4E 21 8 40 29
Octal 254 67 46 0 104 116 41 10 100 51
Binary 10101100 110111 100110 0 1000100 1001110 100001 1000 1000000 101001

Color Harmonies of #AC3726

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3726

Black with #AC3726

Text Example


Text Example

White with #AC3726

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3726; }

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

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

background-color css

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

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

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

border-color css

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

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

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