#AF4C3D

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

Shades of Medium Carmine #AF4C3D

Tints of Medium Carmine #AF4C3D

Color information

#AF4C3D (or 0xAF4C3D) is unknown color: approx Medium Carmine. HEX triplet: AF, 4C and 3D. RGB value is (175,76,61). Sum of RGB (Red+Green+Blue) = 175+76+61=312 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.09% from 312); Green value is 76 (30.08% from 255 or 24.36% from 312); Blue value is 61 (24.22% from 255 or 19.55% from 312); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4C3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4C3D is #50B3C2. Grayscale: #686868. Windows color (decimal): -5288899 or 4017327. OLE color: 4017327.

HSL color Cylindrical-coordinate representation of color #AF4C3D: hue angle of 7.89º 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 #AF4C3D is Cyan = 0, Magento = 0.57, Yellow = 0.65 and Black (K on CMYK) = 0.31.

Color convert

RGB1757661-
CMYK00.570.650.31
HSL7.89º48.31%46.27%-
HSV(B)7.89º65.14%68.63%-
XYZ21.1114.626.12-
YUV103.89103.8178.72-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 56.09%
GREEN value IS 76 (30.08% from 255) = 24.36%
BLUE value IS 61 (24.22% from 255) = 19.55%
R=56.09%
G=24.36%
B=19.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175766100.570.650.317.8948.3146.27
HexAF4C3D039411F8302e
Octal2571147507110137106056
Binary10101111100110011110101110011000001111111000110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4C3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4C3D; }

 p { color: rgb(175,76,61); }

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

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

 a { background-color: rgb(175,76,61); }

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

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

 span { border-color: rgb(175,76,61); }

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