Html Css Color HEX #AC3E32 Medium Carmine

📋 copy color: '#AC3E32'

red 172 ◦ green 62 ◦ blue 50

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

Shades of Medium Carmine #AC3E32

Tints of Medium Carmine #AC3E32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 17.61%

R = 60.56%
G = 21.83%
B = 17.61%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.71

 K value IS 0.33

RGB Variations

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

Color information

#AC3E32 (or 0xAC3E32) is known color: Medium Carmine. HEX triplet: AC, 3E and 32. RGB value is (172,62,50). Sum of RGB (Red+Green+Blue) = 172+62+50=284 (37% of max value = 765). Red value is 172 (67.58% from 255 or 60.56% from 284); Green value is 62 (24.61% from 255 or 21.83% from 284); Blue value is 50 (19.92% from 255 or 17.61% from 284); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3E32 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC3E32 is #53C1CD. Grayscale: #5D5D5D. Windows color (decimal): -5489102 or 3292844. OLE color: 3292844.

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

Color convert

RGB 172 62 50 -
CMYK 0 0.64 0.71 0.33
HSL 5.9º 0.55% 0.44% -
HSV(B) 5.9º 0.71% 0.67% -
XYZ 19.31 12.45 4.4 -
YUV 93.52 103.44 183.98 -
System Red Green Blue C M Y K H S L
Decimal 172 62 50 0 0.64 0.71 0.33 5.9 0.55 0.44
Hex AC 3E 32 0 40 47 21 6 37 2C
Octal 254 76 62 0 100 107 41 6 67 54
Binary 10101100 111110 110010 0 1000000 1000111 100001 110 110111 101100

Color Harmonies of #AC3E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC3E32

Black with #AC3E32

Text Example


Text Example

White with #AC3E32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC3E32; }

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

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

background-color css

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

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

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

border-color css

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

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

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