#AF483E

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

Shades of Medium Carmine #AF483E

Tints of Medium Carmine #AF483E

Color information

#AF483E (or 0xAF483E) is unknown color: approx Medium Carmine. HEX triplet: AF, 48 and 3E. RGB value is (175,72,62). Sum of RGB (Red+Green+Blue) = 175+72+62=309 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.63% from 309); Green value is 72 (28.52% from 255 or 23.30% from 309); Blue value is 62 (24.61% from 255 or 20.06% from 309); Max value from RGB is 175 - color contains mainly: red. Hex color #AF483E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF483E is #50B7C1. Grayscale: #656565. Windows color (decimal): -5289922 or 4081839. OLE color: 4081839.

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

Color convert

RGB1757262-
CMYK00.590.650.31
HSL5.31º47.68%46.47%-
HSV(B)5.31º64.57%68.63%-
XYZ20.8714.16.18-
YUV101.66105.62180.31-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 56.63%
GREEN value IS 72 (28.52% from 255) = 23.30%
BLUE value IS 62 (24.61% from 255) = 20.06%
R=56.63%
G=23.30%
B=20.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175726200.590.650.315.3147.6846.47
HexAF483E03B411F5302e
Octal257110760731013756056
Binary1010111110010001111100111011100000111111101110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF483E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF483E; }

 p { color: rgb(175,72,62); }

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

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

 a { background-color: rgb(175,72,62); }

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

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

 span { border-color: rgb(175,72,62); }

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