#AF4133

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

Shades of Medium Carmine #AF4133

Tints of Medium Carmine #AF4133

Color information

#AF4133 (or 0xAF4133) is unknown color: approx Medium Carmine. HEX triplet: AF, 41 and 33. RGB value is (175,65,51). Sum of RGB (Red+Green+Blue) = 175+65+51=291 (38% of max value = 765). Red value is 175 (68.75% from 255 or 60.14% from 291); Green value is 65 (25.78% from 255 or 22.34% from 291); Blue value is 51 (20.31% from 255 or 17.53% from 291); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4133 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4133 is #50BECC. Grayscale: #606060. Windows color (decimal): -5291725 or 3359151. OLE color: 3359151.

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

Color convert

RGB1756551-
CMYK00.630.710.31
HSL6.77º54.87%44.31%-
HSV(B)6.77º70.86%68.63%-
XYZ20.1713.134.6-
YUV96.29102.44184.14-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 60.14%
GREEN value IS 65 (25.78% from 255) = 22.34%
BLUE value IS 51 (20.31% from 255) = 17.53%
R=60.14%
G=22.34%
B=17.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.71
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175655100.630.710.316.7754.8744.31
HexAF413303F471F7372c
Octal257101630771073776754
Binary1010111110000011100110111111100011111111111110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4133

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4133; }

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

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

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

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

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

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

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

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