Html Css Color HEX #AC3728 Medium Carmine

📋 copy color: '#AC3728'

red 172 ◦ green 55 ◦ blue 40

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

Shades of Medium Carmine #AC3728

Tints of Medium Carmine #AC3728

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 14.98%

R = 64.42%
G = 20.6%
B = 14.98%

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

#AC3728 (or 0xAC3728) is known color: Medium Carmine. HEX triplet: AC, 37 and 28. RGB value is (172,55,40). Sum of RGB (Red+Green+Blue) = 172+55+40=267 (35% of max value = 765). Red value is 172 (67.58% from 255 or 64.42% from 267); Green value is 55 (21.88% from 255 or 20.60% from 267); Blue value is 40 (16.02% from 255 or 14.98% from 267); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3728 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3728 is #53C8D7. Grayscale: #585858. Windows color (decimal): -5490904 or 2635692. OLE color: 2635692.

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

Color convert

RGB 172 55 40 -
CMYK 0 0.68 0.77 0.33
HSL 6.82º 0.62% 0.42% -
HSV(B) 6.82º 0.77% 0.67% -
XYZ 18.76 11.66 3.27 -
YUV 88.27 100.76 187.72 -
System Red Green Blue C M Y K H S L
Decimal 172 55 40 0 0.68 0.77 0.33 6.82 0.62 0.42
Hex AC 37 28 0 44 4D 21 7 3E 2A
Octal 254 67 50 0 104 115 41 7 76 52
Binary 10101100 110111 101000 0 1000100 1001101 100001 111 111110 101010

Color Harmonies of #AC3728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3728

Black with #AC3728

Text Example


Text Example

White with #AC3728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3728; }

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

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

background-color css

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

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

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

border-color css

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

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

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