#AF4134

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

Shades of Medium Carmine #AF4134

Tints of Medium Carmine #AF4134

Color information

#AF4134 (or 0xAF4134) is unknown color: approx Medium Carmine. HEX triplet: AF, 41 and 34. RGB value is (175,65,52). Sum of RGB (Red+Green+Blue) = 175+65+52=292 (38% of max value = 765). Red value is 175 (68.75% from 255 or 59.93% from 292); Green value is 65 (25.78% from 255 or 22.26% from 292); Blue value is 52 (20.70% from 255 or 17.81% from 292); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4134 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4134 is #50BECB. Grayscale: #606060. Windows color (decimal): -5291724 or 3424687. OLE color: 3424687.

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

Color convert

RGB1756552-
CMYK00.630.700.31
HSL6.34º54.19%44.51%-
HSV(B)6.34º70.29%68.63%-
XYZ20.1913.144.72-
YUV96.41102.94184.06-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 59.93%
GREEN value IS 65 (25.78% from 255) = 22.26%
BLUE value IS 52 (20.70% from 255) = 17.81%
R=59.93%
G=22.26%
B=17.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.70
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175655200.630.700.316.3454.1944.51
HexAF413403F461F6362d
Octal257101640771063766655
Binary1010111110000011101000111111100011011111110110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4134; }

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

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

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

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

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

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

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

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