#AF493C

Color #AF493C Medium Carmine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Carmine #AF493C

Tints of Medium Carmine #AF493C

Color information

#AF493C (or 0xAF493C) is unknown color: approx Medium Carmine. HEX triplet: AF, 49 and 3C. RGB value is (175,73,60). Sum of RGB (Red+Green+Blue) = 175+73+60=308 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.82% from 308); Green value is 73 (28.91% from 255 or 23.70% from 308); Blue value is 60 (23.83% from 255 or 19.48% from 308); Max value from RGB is 175 - color contains mainly: red. Hex color #AF493C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF493C is #50B6C3. Grayscale: #666666. Windows color (decimal): -5289668 or 3951023. OLE color: 3951023.

HSL color Cylindrical-coordinate representation of color #AF493C: hue angle of 6.78º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF493C is Cyan = 0, Magento = 0.58, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB1757360-
CMYK00.580.660.31
HSL6.78º48.94%46.08%-
HSV(B)6.78º65.71%68.63%-
XYZ20.8814.215.92-
YUV102.02104.29180.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 56.82%
GREEN value IS 73 (28.91% from 255) = 23.70%
BLUE value IS 60 (23.83% from 255) = 19.48%
R=56.82%
G=23.70%
B=19.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175736000.580.660.316.7848.9446.08
HexAF493C03A421F7312e
Octal257111740721023776156
Binary1010111110010011111000111010100001011111111110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF493C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF493C; }

 p { color: rgb(175,73,60); }

 H1.HeaderClassName
 {
   color: #AF493C;
 }
 .AnyTagClassName
 {
   color: #AF493C;
 }
</style>
background-color css

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

 a { background-color: rgb(175,73,60); }

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

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

 span { border-color: rgb(175,73,60); }

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