Html Css Color HEX #AC3727 Medium Carmine

📋 copy color: '#AC3727'

red 172 ◦ green 55 ◦ blue 39

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

Shades of Medium Carmine #AC3727

Tints of Medium Carmine #AC3727

RGB

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

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

 BLUE value IS 39 (15.63% from 255) = 14.66%

R = 64.66%
G = 20.68%
B = 14.66%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.77

 K value IS 0.33

RGB Variations

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

Color information

#AC3727 (or 0xAC3727) is known color: Medium Carmine. HEX triplet: AC, 37 and 27. RGB value is (172,55,39). Sum of RGB (Red+Green+Blue) = 172+55+39=266 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.66% from 266); Green value is 55 (21.88% from 255 or 20.68% from 266); Blue value is 39 (15.62% from 255 or 14.66% from 266); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3727 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3727 is #53C8D8. Grayscale: #585858. Windows color (decimal): -5490905 or 2570156. OLE color: 2570156.

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

Color convert

RGB 172 55 39 -
CMYK 0 0.68 0.77 0.33
HSL 7.22º 0.63% 0.41% -
HSV(B) 7.22º 0.77% 0.67% -
XYZ 18.75 11.65 3.18 -
YUV 88.16 100.26 187.8 -
System Red Green Blue C M Y K H S L
Decimal 172 55 39 0 0.68 0.77 0.33 7.22 0.63 0.41
Hex AC 37 27 0 44 4D 21 7 3F 29
Octal 254 67 47 0 104 115 41 7 77 51
Binary 10101100 110111 100111 0 1000100 1001101 100001 111 111111 101001

Color Harmonies of #AC3727

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3727

Black with #AC3727

Text Example


Text Example

White with #AC3727

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3727; }

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

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

background-color css

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

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

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

border-color css

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

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

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