#AF4840

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

Shades of Medium Carmine #AF4840

Tints of Medium Carmine #AF4840

Color information

#AF4840 (or 0xAF4840) is unknown color: approx Medium Carmine. HEX triplet: AF, 48 and 40. RGB value is (175,72,64). Sum of RGB (Red+Green+Blue) = 175+72+64=311 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.27% from 311); Green value is 72 (28.52% from 255 or 23.15% from 311); Blue value is 64 (25.39% from 255 or 20.58% from 311); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4840 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4840 is #50B7BF. Grayscale: #666666. Windows color (decimal): -5289920 or 4212911. OLE color: 4212911.

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

Color convert

RGB1757264-
CMYK00.590.630.31
HSL4.32º46.44%46.86%-
HSV(B)4.32º63.43%68.63%-
XYZ20.9214.126.47-
YUV101.88106.62180.15-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 56.27%
GREEN value IS 72 (28.52% from 255) = 23.15%
BLUE value IS 64 (25.39% from 255) = 20.58%
R=56.27%
G=23.15%
B=20.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175726400.590.630.314.3246.4446.86
HexAF484003B3F1F42e2f
Octal257110100073773745657
Binary1010111110010001000000011101111111111111100101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4840; }

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

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

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

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

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

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

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

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