#AF3F35

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

Shades of Medium Carmine #AF3F35

Tints of Medium Carmine #AF3F35

Color information

#AF3F35 (or 0xAF3F35) is unknown color: approx Medium Carmine. HEX triplet: AF, 3F and 35. RGB value is (175,63,53). Sum of RGB (Red+Green+Blue) = 175+63+53=291 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.14% from 291); Green value is 63 (25% from 255 or 21.65% from 291); Blue value is 53 (21.09% from 255 or 18.21% from 291); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3F35 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3F35 is #50C0CA. Grayscale: #5F5F5F. Windows color (decimal): -5292235 or 3489711. OLE color: 3489711.

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

Color convert

RGB1756353-
CMYK00.640.700.31
HSL4.92º53.51%44.71%-
HSV(B)4.92º69.71%68.63%-
XYZ20.112.934.8-
YUV95.35104.11184.81-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 60.14%
GREEN value IS 63 (25% from 255) = 21.65%
BLUE value IS 53 (21.09% from 255) = 18.21%
R=60.14%
G=21.65%
B=18.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175635300.640.700.314.9253.5144.71
HexAF3F35040461F5362d
Octal257776501001063756655
Binary1010111111111111010101000000100011011111101110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF3F35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF3F35; }

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

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

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

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

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

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

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

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