Html Css Color HEX #AC3E29 Medium Carmine

📋 copy color: '#AC3E29'

red 172 ◦ green 62 ◦ blue 41

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

Shades of Medium Carmine #AC3E29

Tints of Medium Carmine #AC3E29

RGB

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

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

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

R = 62.55%
G = 22.55%
B = 14.91%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.76

 K value IS 0.33

RGB Variations

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

Color information

#AC3E29 (or 0xAC3E29) is known color: Medium Carmine. HEX triplet: AC, 3E and 29. RGB value is (172,62,41). Sum of RGB (Red+Green+Blue) = 172+62+41=275 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.55% from 275); Green value is 62 (24.61% from 255 or 22.55% from 275); Blue value is 41 (16.41% from 255 or 14.91% from 275); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3E29 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3E29 is #53C1D6. Grayscale: #5C5C5C. Windows color (decimal): -5489111 or 2703020. OLE color: 2703020.

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

Color convert

RGB 172 62 41 -
CMYK 0 0.64 0.76 0.33
HSL 9.62º 0.62% 0.42% -
HSV(B) 9.62º 0.76% 0.67% -
XYZ 19.14 12.38 3.48 -
YUV 92.5 98.94 184.71 -
System Red Green Blue C M Y K H S L
Decimal 172 62 41 0 0.64 0.76 0.33 9.62 0.62 0.42
Hex AC 3E 29 0 40 4C 21 A 3E 2A
Octal 254 76 51 0 100 114 41 12 76 52
Binary 10101100 111110 101001 0 1000000 1001100 100001 1010 111110 101010

Color Harmonies of #AC3E29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3E29

Black with #AC3E29

Text Example


Text Example

White with #AC3E29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3E29; }

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

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

background-color css

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

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

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

border-color css

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

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

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