#AF4A3D

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

Shades of Medium Carmine #AF4A3D

Tints of Medium Carmine #AF4A3D

Color information

#AF4A3D (or 0xAF4A3D) is unknown color: approx Medium Carmine. HEX triplet: AF, 4A and 3D. RGB value is (175,74,61). Sum of RGB (Red+Green+Blue) = 175+74+61=310 (41% of max value = 765). Red value is 175 (68.75% from 255 or 56.45% from 310); Green value is 74 (29.30% from 255 or 23.87% from 310); Blue value is 61 (24.22% from 255 or 19.68% from 310); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4A3D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4A3D is #50B5C2. Grayscale: #666666. Windows color (decimal): -5289411 or 4016815. OLE color: 4016815.

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

Color convert

RGB1757461-
CMYK00.580.650.31
HSL6.84º48.31%46.27%-
HSV(B)6.84º65.14%68.63%-
XYZ20.9714.356.08-
YUV102.72104.46179.56-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 56.45%
GREEN value IS 74 (29.30% from 255) = 23.87%
BLUE value IS 61 (24.22% from 255) = 19.68%
R=56.45%
G=23.87%
B=19.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175746100.580.650.316.8448.3146.27
HexAF4A3D03A411F7302e
Octal257112750721013776056
Binary1010111110010101111010111010100000111111111110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4A3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4A3D; }

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

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

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

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

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

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

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

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