#AF4440

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

Shades of Medium Carmine #AF4440

Tints of Medium Carmine #AF4440

Color information

#AF4440 (or 0xAF4440) is unknown color: approx Medium Carmine. HEX triplet: AF, 44 and 40. RGB value is (175,68,64). Sum of RGB (Red+Green+Blue) = 175+68+64=307 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.00% from 307); Green value is 68 (26.95% from 255 or 22.15% from 307); Blue value is 64 (25.39% from 255 or 20.85% from 307); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4440 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4440 is #50BBBF. Grayscale: #636363. Windows color (decimal): -5290944 or 4211887. OLE color: 4211887.

HSL color Cylindrical-coordinate representation of color #AF4440: hue angle of 2.16º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF4440 is Cyan = 0, Magento = 0.61, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB1756864-
CMYK00.610.630.31
HSL2.16º46.44%46.86%-
HSV(B)2.16º63.43%68.63%-
XYZ20.6713.626.39-
YUV99.54107.95181.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 57.00%
GREEN value IS 68 (26.95% from 255) = 22.15%
BLUE value IS 64 (25.39% from 255) = 20.85%
R=57.00%
G=22.15%
B=20.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175686400.610.630.312.1646.4446.86
HexAF444003D3F1F22e2f
Octal257104100075773725657
Binary101011111000100100000001111011111111111110101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4440

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4440; }

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

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

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

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

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

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

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

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