#AF483D

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

Shades of Medium Carmine #AF483D

Tints of Medium Carmine #AF483D

Color information

#AF483D (or 0xAF483D) is unknown color: approx Medium Carmine. HEX triplet: AF, 48 and 3D. RGB value is (175,72,61). Sum of RGB (Red+Green+Blue) = 175+72+61=308 (40% of max value = 765). Red value is 175 (68.75% from 255 or 56.82% from 308); Green value is 72 (28.52% from 255 or 23.38% from 308); Blue value is 61 (24.22% from 255 or 19.81% from 308); Max value from RGB is 175 - color contains mainly: red. Hex color #AF483D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF483D is #50B7C2. Grayscale: #656565. Windows color (decimal): -5289923 or 4016303. OLE color: 4016303.

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

Color convert

RGB1757261-
CMYK00.590.650.31
HSL5.79º48.31%46.27%-
HSV(B)5.79º65.14%68.63%-
XYZ20.8414.096.04-
YUV101.54105.12180.39-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 56.82%
GREEN value IS 72 (28.52% from 255) = 23.38%
BLUE value IS 61 (24.22% from 255) = 19.81%
R=56.82%
G=23.38%
B=19.81%

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
Decimal175726100.590.650.315.7948.3146.27
HexAF483D03B411F6302e
Octal257110750731013766056
Binary1010111110010001111010111011100000111111110110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF483D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF483D; }

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

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

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

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

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

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

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

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