Html Css Color HEX #AC3E34 Medium Carmine

📋 copy color: '#AC3E34'

red 172 ◦ green 62 ◦ blue 52

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

Shades of Medium Carmine #AC3E34

Tints of Medium Carmine #AC3E34

RGB

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

 GREEN value IS 62 (24.61% from 255) = 21.68%

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

R = 60.14%
G = 21.68%
B = 18.18%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.70

 K value IS 0.33

RGB Variations

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

Color information

#AC3E34 (or 0xAC3E34) is known color: Medium Carmine. HEX triplet: AC, 3E and 34. RGB value is (172,62,52). Sum of RGB (Red+Green+Blue) = 172+62+52=286 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.14% from 286); Green value is 62 (24.61% from 255 or 21.68% from 286); Blue value is 52 (20.70% from 255 or 18.18% from 286); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3E34 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3E34 is #53C1CB. Grayscale: #5D5D5D. Windows color (decimal): -5489100 or 3423916. OLE color: 3423916.

HSL color Cylindrical-coordinate representation of color #AC3E34: hue angle of 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 #AC3E34 is Cyan = 0, Magento = 0.64, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 62 52 -
CMYK 0 0.64 0.70 0.33
HSL 0.54% 0.44% -
HSV(B) 0.7% 0.67% -
XYZ 19.36 12.46 4.63 -
YUV 93.75 104.44 183.81 -
System Red Green Blue C M Y K H S L
Decimal 172 62 52 0 0.64 0.70 0.33 5 0.54 0.44
Hex AC 3E 34 0 40 46 21 5 36 2C
Octal 254 76 64 0 100 106 41 5 66 54
Binary 10101100 111110 110100 0 1000000 1000110 100001 101 110110 101100

Color Harmonies of #AC3E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3E34

Black with #AC3E34

Text Example


Text Example

White with #AC3E34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3E34; }

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

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

background-color css

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

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

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

border-color css

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

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

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