#AF473F

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

Shades of Medium Carmine #AF473F

Tints of Medium Carmine #AF473F

Color information

#AF473F (or 0xAF473F) is unknown color: approx Medium Carmine. HEX triplet: AF, 47 and 3F. RGB value is (175,71,63). Sum of RGB (Red+Green+Blue) = 175+71+63=309 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.63% from 309); Green value is 71 (28.12% from 255 or 22.98% from 309); Blue value is 63 (25% from 255 or 20.39% from 309); Max value from RGB is 175 - color contains mainly: red. Hex color #AF473F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF473F is #50B8C0. Grayscale: #656565. Windows color (decimal): -5290177 or 4147119. OLE color: 4147119.

HSL color Cylindrical-coordinate representation of color #AF473F: hue angle of 4.29º degrees, saturation: 0.47, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF473F is Cyan = 0, Magento = 0.59, Yellow = 0.64 and Black (K on CMYK) = 0.31.

Color convert

RGB1757163-
CMYK00.590.640.31
HSL4.29º47.06%46.67%-
HSV(B)4.29º64%68.63%-
XYZ20.8313.986.3-
YUV101.18106.46180.65-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 56.63%
GREEN value IS 71 (28.12% from 255) = 22.98%
BLUE value IS 63 (25% from 255) = 20.39%
R=56.63%
G=22.98%
B=20.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175716300.590.640.314.2947.0646.67
HexAF473F03B401F42f2f
Octal257107770731003745757
Binary1010111110001111111110111011100000011111100101111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF473F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF473F; }

 p { color: rgb(175,71,63); }

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

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

 a { background-color: rgb(175,71,63); }

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

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

 span { border-color: rgb(175,71,63); }

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