Html Css Color HEX #AC392E Medium Carmine

📋 copy color: '#AC392E'

red 172 ◦ green 57 ◦ blue 46

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

Shades of Medium Carmine #AC392E

Tints of Medium Carmine #AC392E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 16.73%

R = 62.55%
G = 20.73%
B = 16.73%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.73

 K value IS 0.33

RGB Variations

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

Color information

#AC392E (or 0xAC392E) is known color: Medium Carmine. HEX triplet: AC, 39 and 2E. RGB value is (172,57,46). Sum of RGB (Red+Green+Blue) = 172+57+46=275 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.55% from 275); Green value is 57 (22.66% from 255 or 20.73% from 275); Blue value is 46 (18.36% from 255 or 16.73% from 275); Max value from RGB is 172 - color contains mainly: red. Hex color #AC392E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC392E is #53C6D1. Grayscale: #5A5A5A. Windows color (decimal): -5490386 or 3029420. OLE color: 3029420.

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

Color convert

RGB 172 57 46 -
CMYK 0 0.67 0.73 0.33
HSL 5.24º 0.58% 0.43% -
HSV(B) 5.24º 0.73% 0.67% -
XYZ 18.97 11.89 3.88 -
YUV 90.13 103.1 186.39 -
System Red Green Blue C M Y K H S L
Decimal 172 57 46 0 0.67 0.73 0.33 5.24 0.58 0.43
Hex AC 39 2E 0 43 49 21 5 3A 2B
Octal 254 71 56 0 103 111 41 5 72 53
Binary 10101100 111001 101110 0 1000011 1001001 100001 101 111010 101011

Color Harmonies of #AC392E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC392E

Black with #AC392E

Text Example


Text Example

White with #AC392E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC392E; }

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

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

background-color css

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

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

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

border-color css

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

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

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