Html Css Color HEX #AC3929 Medium Carmine

📋 copy color: '#AC3929'

red 172 ◦ green 57 ◦ blue 41

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

Shades of Medium Carmine #AC3929

Tints of Medium Carmine #AC3929

RGB

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

 GREEN value IS 57 (22.66% from 255) = 21.11%

 BLUE value IS 41 (16.41% from 255) = 15.19%

R = 63.7%
G = 21.11%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AC3929 (or 0xAC3929) is known color: Medium Carmine. HEX triplet: AC, 39 and 29. RGB value is (172,57,41). Sum of RGB (Red+Green+Blue) = 172+57+41=270 (35% of max value = 765). Red value is 172 (67.58% from 255 or 63.70% from 270); Green value is 57 (22.66% from 255 or 21.11% from 270); Blue value is 41 (16.41% from 255 or 15.19% from 270); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3929 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3929 is #53C6D6. Grayscale: #595959. Windows color (decimal): -5490391 or 2701740. OLE color: 2701740.

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

Color convert

RGB 172 57 41 -
CMYK 0 0.67 0.76 0.33
HSL 7.33º 0.62% 0.42% -
HSV(B) 7.33º 0.76% 0.67% -
XYZ 18.88 11.86 3.39 -
YUV 89.56 100.6 186.8 -
System Red Green Blue C M Y K H S L
Decimal 172 57 41 0 0.67 0.76 0.33 7.33 0.62 0.42
Hex AC 39 29 0 43 4C 21 7 3E 2A
Octal 254 71 51 0 103 114 41 7 76 52
Binary 10101100 111001 101001 0 1000011 1001100 100001 111 111110 101010

Color Harmonies of #AC3929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3929

Black with #AC3929

Text Example


Text Example

White with #AC3929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3929; }

 p { color: rgb(172,57,41); }

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

background-color css

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

 a { background-color: rgb(172,57,41); }

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

border-color css

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

 span { border-color: rgb(172,57,41); }

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