#AF3F39

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

Shades of Medium Carmine #AF3F39

Tints of Medium Carmine #AF3F39

Color information

#AF3F39 (or 0xAF3F39) is unknown color: approx Medium Carmine. HEX triplet: AF, 3F and 39. RGB value is (175,63,57). Sum of RGB (Red+Green+Blue) = 175+63+57=295 (39% of max value = 765). Red value is 175 (68.75% from 255 or 59.32% from 295); Green value is 63 (25% from 255 or 21.36% from 295); Blue value is 57 (22.66% from 255 or 19.32% from 295); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3F39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3F39 is #50C0C6. Grayscale: #5F5F5F. Windows color (decimal): -5292231 or 3751855. OLE color: 3751855.

HSL color Cylindrical-coordinate representation of color #AF3F39: hue angle of 3.05º 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 #AF3F39 is Cyan = 0, Magento = 0.64, Yellow = 0.67 and Black (K on CMYK) = 0.31.

Color convert

RGB1756357-
CMYK00.640.670.31
HSL3.05º50.86%45.49%-
HSV(B)3.05º67.43%68.63%-
XYZ20.212.965.31-
YUV95.8106.11184.49-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 59.32%
GREEN value IS 63 (25% from 255) = 21.36%
BLUE value IS 57 (22.66% from 255) = 19.32%
R=59.32%
G=21.36%
B=19.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175635700.640.670.313.0550.8645.49
HexAF3F39040431F3332d
Octal257777101001033736355
Binary101011111111111110010100000010000111111111110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3F39; }

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

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

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

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

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

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

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

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