#AF493E

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

Shades of Medium Carmine #AF493E

Tints of Medium Carmine #AF493E

Color information

#AF493E (or 0xAF493E) is unknown color: approx Medium Carmine. HEX triplet: AF, 49 and 3E. RGB value is (175,73,62). Sum of RGB (Red+Green+Blue) = 175+73+62=310 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.45% from 310); Green value is 73 (28.91% from 255 or 23.55% from 310); Blue value is 62 (24.61% from 255 or 20% from 310); Max value from RGB is 175 - color contains mainly: red. Hex color #AF493E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF493E is #50B6C1. Grayscale: #666666. Windows color (decimal): -5289666 or 4082095. OLE color: 4082095.

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

Color convert

RGB1757362-
CMYK00.580.650.31
HSL5.84º47.68%46.47%-
HSV(B)5.84º64.57%68.63%-
XYZ20.9314.236.2-
YUV102.24105.29179.89-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 56.45%
GREEN value IS 73 (28.91% from 255) = 23.55%
BLUE value IS 62 (24.61% from 255) = 20%
R=56.45%
G=23.55%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175736200.580.650.315.8447.6846.47
HexAF493E03A411F6302e
Octal257111760721013766056
Binary1010111110010011111100111010100000111111110110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF493E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF493E; }

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

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

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

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

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

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

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

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