#AF4241

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

Shades of Medium Carmine #AF4241

Tints of Medium Carmine #AF4241

Color information

#AF4241 (or 0xAF4241) is unknown color: approx Medium Carmine. HEX triplet: AF, 42 and 41. RGB value is (175,66,65). Sum of RGB (Red+Green+Blue) = 175+66+65=306 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.19% from 306); Green value is 66 (26.17% from 255 or 21.57% from 306); Blue value is 65 (25.78% from 255 or 21.24% from 306); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4241 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4241 is #50BDBE. Grayscale: #626262. Windows color (decimal): -5291455 or 4276911. OLE color: 4276911.

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

Color convert

RGB1756665-
CMYK00.620.630.31
HSL0.55º45.83%47.06%-
HSV(B)0.55º62.86%68.63%-
XYZ20.5813.396.5-
YUV98.48109.11182.58-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 57.19%
GREEN value IS 66 (26.17% from 255) = 21.57%
BLUE value IS 65 (25.78% from 255) = 21.24%
R=57.19%
G=21.57%
B=21.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175666500.620.630.310.5545.8347.06
HexAF424103E3F1F12e2f
Octal257102101076773715657
Binary10101111100001010000010111110111111111111101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4241

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4241; }

 p { color: rgb(175,66,65); }

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

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

 a { background-color: rgb(175,66,65); }

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

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

 span { border-color: rgb(175,66,65); }

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