Html Css Color HEX #AC392B Medium Carmine

📋 copy color: '#AC392B'

red 172 ◦ green 57 ◦ blue 43

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

Shades of Medium Carmine #AC392B

Tints of Medium Carmine #AC392B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 15.81%

R = 63.24%
G = 20.96%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.75

 K value IS 0.33

RGB Variations

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

Color information

#AC392B (or 0xAC392B) is known color: Medium Carmine. HEX triplet: AC, 39 and 2B. RGB value is (172,57,43). Sum of RGB (Red+Green+Blue) = 172+57+43=272 (36% of max value = 765). Red value is 172 (67.58% from 255 or 63.24% from 272); Green value is 57 (22.66% from 255 or 20.96% from 272); Blue value is 43 (17.19% from 255 or 15.81% from 272); Max value from RGB is 172 - color contains mainly: red. Hex color #AC392B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC392B is #53C6D4. Grayscale: #595959. Windows color (decimal): -5490389 or 2832812. OLE color: 2832812.

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

Color convert

RGB 172 57 43 -
CMYK 0 0.67 0.75 0.33
HSL 6.51º 0.6% 0.42% -
HSV(B) 6.51º 0.75% 0.67% -
XYZ 18.91 11.87 3.58 -
YUV 89.79 101.6 186.64 -
System Red Green Blue C M Y K H S L
Decimal 172 57 43 0 0.67 0.75 0.33 6.51 0.6 0.42
Hex AC 39 2B 0 43 4B 21 7 3C 2A
Octal 254 71 53 0 103 113 41 7 74 52
Binary 10101100 111001 101011 0 1000011 1001011 100001 111 111100 101010

Color Harmonies of #AC392B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC392B

Black with #AC392B

Text Example


Text Example

White with #AC392B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC392B; }

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

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

background-color css

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

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

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

border-color css

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

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

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