#AF4839

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

Shades of Medium Carmine #AF4839

Tints of Medium Carmine #AF4839

Color information

#AF4839 (or 0xAF4839) is unknown color: approx Medium Carmine. HEX triplet: AF, 48 and 39. RGB value is (175,72,57). Sum of RGB (Red+Green+Blue) = 175+72+57=304 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.57% from 304); Green value is 72 (28.52% from 255 or 23.68% from 304); Blue value is 57 (22.66% from 255 or 18.75% from 304); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4839 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4839 is #50B7C6. Grayscale: #656565. Windows color (decimal): -5289927 or 3754159. OLE color: 3754159.

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

Color convert

RGB1757257-
CMYK00.590.670.31
HSL7.63º50.86%45.49%-
HSV(B)7.63º67.43%68.63%-
XYZ20.7414.045.49-
YUV101.09103.12180.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 57.57%
GREEN value IS 72 (28.52% from 255) = 23.68%
BLUE value IS 57 (22.66% from 255) = 18.75%
R=57.57%
G=23.68%
B=18.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175725700.590.670.317.6350.8645.49
HexAF483903B431F8332d
Octal2571107107310337106355
Binary10101111100100011100101110111000011111111000110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4839

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4839; }

 p { color: rgb(175,72,57); }

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

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

 a { background-color: rgb(175,72,57); }

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

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

 span { border-color: rgb(175,72,57); }

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