#AF463C

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

Shades of Medium Carmine #AF463C

Tints of Medium Carmine #AF463C

Color information

#AF463C (or 0xAF463C) is unknown color: approx Medium Carmine. HEX triplet: AF, 46 and 3C. RGB value is (175,70,60). Sum of RGB (Red+Green+Blue) = 175+70+60=305 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.38% from 305); Green value is 70 (27.73% from 255 or 22.95% from 305); Blue value is 60 (23.83% from 255 or 19.67% from 305); Max value from RGB is 175 - color contains mainly: red. Hex color #AF463C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF463C is #50B9C3. Grayscale: #646464. Windows color (decimal): -5290436 or 3950255. OLE color: 3950255.

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

Color convert

RGB1757060-
CMYK00.600.660.31
HSL5.22º48.94%46.08%-
HSV(B)5.22º65.71%68.63%-
XYZ20.6813.825.85-
YUV100.26105.29181.31-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 57.38%
GREEN value IS 70 (27.73% from 255) = 22.95%
BLUE value IS 60 (23.83% from 255) = 19.67%
R=57.38%
G=22.95%
B=19.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175706000.600.660.315.2248.9446.08
HexAF463C03C421F5312e
Octal257106740741023756156
Binary1010111110001101111000111100100001011111101110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF463C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF463C; }

 p { color: rgb(175,70,60); }

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

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

 a { background-color: rgb(175,70,60); }

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

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

 span { border-color: rgb(175,70,60); }

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