Html Css Color HEX #AC483C Medium Carmine

📋 copy color: '#AC483C'

red 172 ◦ green 72 ◦ blue 60

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

Shades of Medium Carmine #AC483C

Tints of Medium Carmine #AC483C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 23.68%

 BLUE value IS 60 (23.83% from 255) = 19.74%

R = 56.58%
G = 23.68%
B = 19.74%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.65

 K value IS 0.33

RGB Variations

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

Color information

#AC483C (or 0xAC483C) is known color: Medium Carmine. HEX triplet: AC, 48 and 3C. RGB value is (172,72,60). Sum of RGB (Red+Green+Blue) = 172+72+60=304 (40% of max value = 765). Red value is 172 (67.58% from 255 or 56.58% from 304); Green value is 72 (28.52% from 255 or 23.68% from 304); Blue value is 60 (23.83% from 255 or 19.74% from 304); Max value from RGB is 172 - color contains mainly: red. Hex color #AC483C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AC483C is #53B7C3. Grayscale: #646464. Windows color (decimal): -5486532 or 3950764. OLE color: 3950764.

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

Color convert

RGB 172 72 60 -
CMYK 0 0.58 0.65 0.33
HSL 6.43º 0.48% 0.45% -
HSV(B) 6.43º 0.65% 0.67% -
XYZ 20.15 13.73 5.86 -
YUV 100.53 105.13 178.98 -
System Red Green Blue C M Y K H S L
Decimal 172 72 60 0 0.58 0.65 0.33 6.43 0.48 0.45
Hex AC 48 3C 0 3A 41 21 6 30 2D
Octal 254 110 74 0 72 101 41 6 60 55
Binary 10101100 1001000 111100 0 111010 1000001 100001 110 110000 101101

Color Harmonies of #AC483C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC483C

Black with #AC483C

Text Example


Text Example

White with #AC483C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC483C; }

 p { color: rgb(172,72,60); }

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

background-color css

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

 a { background-color: rgb(172,72,60); }

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

border-color css

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

 span { border-color: rgb(172,72,60); }

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