#AF403E

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

Shades of Medium Carmine #AF403E

Tints of Medium Carmine #AF403E

Color information

#AF403E (or 0xAF403E) is unknown color: approx Medium Carmine. HEX triplet: AF, 40 and 3E. RGB value is (175,64,62). Sum of RGB (Red+Green+Blue) = 175+64+62=301 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.14% from 301); Green value is 64 (25.39% from 255 or 21.26% from 301); Blue value is 62 (24.61% from 255 or 20.60% from 301); Max value from RGB is 175 - color contains mainly: red. Hex color #AF403E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF403E is #50BFC1. Grayscale: #616161. Windows color (decimal): -5291970 or 4079791. OLE color: 4079791.

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

Color convert

RGB1756462-
CMYK00.630.650.31
HSL1.06º47.68%46.47%-
HSV(B)1.06º64.57%68.63%-
XYZ20.3813.136.02-
YUV96.96108.27183.66-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 58.14%
GREEN value IS 64 (25.39% from 255) = 21.26%
BLUE value IS 62 (24.61% from 255) = 20.60%
R=58.14%
G=21.26%
B=20.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175646200.630.650.311.0647.6846.47
HexAF403E03F411F1302e
Octal257100760771013716056
Binary10101111100000011111001111111000001111111110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF403E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF403E; }

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

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

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

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

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

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

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

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