Html Css Color HEX #AC3934 Medium Carmine

📋 copy color: '#AC3934'

red 172 ◦ green 57 ◦ blue 52

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

Shades of Medium Carmine #AC3934

Tints of Medium Carmine #AC3934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 18.51%

R = 61.21%
G = 20.28%
B = 18.51%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AC3934 (or 0xAC3934) is known color: Medium Carmine. HEX triplet: AC, 39 and 34. RGB value is (172,57,52). Sum of RGB (Red+Green+Blue) = 172+57+52=281 (37% of max value = 765). Red value is 172 (67.58% from 255 or 61.21% from 281); Green value is 57 (22.66% from 255 or 20.28% from 281); Blue value is 52 (20.70% from 255 or 18.51% from 281); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3934 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3934 is #53C6CB. Grayscale: #5A5A5A. Windows color (decimal): -5490380 or 3422636. OLE color: 3422636.

HSL color Cylindrical-coordinate representation of color #AC3934: hue angle of 2.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC3934 is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 57 52 -
CMYK 0 0.67 0.70 0.33
HSL 2.5º 0.54% 0.44% -
HSV(B) 2.5º 0.7% 0.67% -
XYZ 19.1 11.94 4.55 -
YUV 90.82 106.1 185.91 -
System Red Green Blue C M Y K H S L
Decimal 172 57 52 0 0.67 0.70 0.33 2.5 0.54 0.44
Hex AC 39 34 0 43 46 21 2 36 2C
Octal 254 71 64 0 103 106 41 2 66 54
Binary 10101100 111001 110100 0 1000011 1000110 100001 10 110110 101100

Color Harmonies of #AC3934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3934

Black with #AC3934

Text Example


Text Example

White with #AC3934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3934; }

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

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

background-color css

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

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

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

border-color css

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

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

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