#AF4128

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

Shades of Medium Carmine #AF4128

Tints of Medium Carmine #AF4128

Color information

#AF4128 (or 0xAF4128) is unknown color: approx Medium Carmine. HEX triplet: AF, 41 and 28. RGB value is (175,65,40). Sum of RGB (Red+Green+Blue) = 175+65+40=280 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.5% from 280); Green value is 65 (25.78% from 255 or 23.21% from 280); Blue value is 40 (16.02% from 255 or 14.29% from 280); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4128 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4128 is #50BED7. Grayscale: #5F5F5F. Windows color (decimal): -5291736 or 2638255. OLE color: 2638255.

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

Color convert

RGB1756540-
CMYK00.630.770.31
HSL11.11º62.79%42.16%-
HSV(B)11.11º77.14%68.63%-
XYZ19.9513.053.47-
YUV95.0496.94185.03-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 62.5%
GREEN value IS 65 (25.78% from 255) = 23.21%
BLUE value IS 40 (16.02% from 255) = 14.29%
R=62.5%
G=23.21%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.77
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175654000.630.770.3111.1162.7942.16
HexAF412803F4D1Fb3f2a
Octal2571015007711537137752
Binary10101111100000110100001111111001101111111011111111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4128

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4128; }

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

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

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

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

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

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

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

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