Html Css Color HEX #AC392D Medium Carmine

📋 copy color: '#AC392D'

red 172 ◦ green 57 ◦ blue 45

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

Shades of Medium Carmine #AC392D

Tints of Medium Carmine #AC392D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 16.42%

R = 62.77%
G = 20.8%
B = 16.42%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.74

 K value IS 0.33

RGB Variations

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

Color information

#AC392D (or 0xAC392D) is known color: Medium Carmine. HEX triplet: AC, 39 and 2D. RGB value is (172,57,45). Sum of RGB (Red+Green+Blue) = 172+57+45=274 (36% of max value = 765). Red value is 172 (67.58% from 255 or 62.77% from 274); Green value is 57 (22.66% from 255 or 20.80% from 274); Blue value is 45 (17.97% from 255 or 16.42% from 274); Max value from RGB is 172 - color contains mainly: red. Hex color #AC392D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC392D is #53C6D2. Grayscale: #5A5A5A. Windows color (decimal): -5490387 or 2963884. OLE color: 2963884.

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

Color convert

RGB 172 57 45 -
CMYK 0 0.67 0.74 0.33
HSL 5.67º 0.59% 0.43% -
HSV(B) 5.67º 0.74% 0.67% -
XYZ 18.95 11.89 3.78 -
YUV 90.02 102.6 186.48 -
System Red Green Blue C M Y K H S L
Decimal 172 57 45 0 0.67 0.74 0.33 5.67 0.59 0.43
Hex AC 39 2D 0 43 4A 21 6 3B 2B
Octal 254 71 55 0 103 112 41 6 73 53
Binary 10101100 111001 101101 0 1000011 1001010 100001 110 111011 101011

Color Harmonies of #AC392D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC392D

Black with #AC392D

Text Example


Text Example

White with #AC392D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC392D; }

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

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

background-color css

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

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

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

border-color css

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

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

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