#AF4035

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

Shades of Medium Carmine #AF4035

Tints of Medium Carmine #AF4035

Color information

#AF4035 (or 0xAF4035) is unknown color: approx Medium Carmine. HEX triplet: AF, 40 and 35. RGB value is (175,64,53). Sum of RGB (Red+Green+Blue) = 175+64+53=292 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.93% from 292); Green value is 64 (25.39% from 255 or 21.92% from 292); Blue value is 53 (21.09% from 255 or 18.15% from 292); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4035 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4035 is #50BFCA. Grayscale: #606060. Windows color (decimal): -5291979 or 3489967. OLE color: 3489967.

HSL color Cylindrical-coordinate representation of color #AF4035: hue angle of 5.41º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF4035 is Cyan = 0, Magento = 0.63, Yellow = 0.70 and Black (K on CMYK) = 0.31.

Color convert

RGB1756453-
CMYK00.630.700.31
HSL5.41º53.51%44.71%-
HSV(B)5.41º69.71%68.63%-
XYZ20.1613.044.82-
YUV95.94103.77184.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 59.93%
GREEN value IS 64 (25.39% from 255) = 21.92%
BLUE value IS 53 (21.09% from 255) = 18.15%
R=59.93%
G=21.92%
B=18.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175645300.630.700.315.4153.5144.71
HexAF403503F461F5362d
Octal257100650771063756655
Binary1010111110000001101010111111100011011111101110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4035

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4035; }

 p { color: rgb(175,64,53); }

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

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

 a { background-color: rgb(175,64,53); }

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

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

 span { border-color: rgb(175,64,53); }

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