#AF3D39

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

Shades of Medium Carmine #AF3D39

Tints of Medium Carmine #AF3D39

Color information

#AF3D39 (or 0xAF3D39) is unknown color: approx Medium Carmine. HEX triplet: AF, 3D and 39. RGB value is (175,61,57). Sum of RGB (Red+Green+Blue) = 175+61+57=293 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.73% from 293); Green value is 61 (24.22% from 255 or 20.82% from 293); Blue value is 57 (22.66% from 255 or 19.45% from 293); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3D39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3D39 is #50C2C6. Grayscale: #5E5E5E. Windows color (decimal): -5292743 or 3751343. OLE color: 3751343.

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

Color convert

RGB1756157-
CMYK00.650.670.31
HSL2.03º50.86%45.49%-
HSV(B)2.03º67.43%68.63%-
XYZ20.0912.755.27-
YUV94.63106.77185.33-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 59.73%
GREEN value IS 61 (24.22% from 255) = 20.82%
BLUE value IS 57 (22.66% from 255) = 19.45%
R=59.73%
G=20.82%
B=19.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175615700.650.670.312.0350.8645.49
HexAF3D39041431F2332d
Octal257757101011033726355
Binary101011111111011110010100000110000111111110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3D39; }

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

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

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

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

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

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

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

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