#AF453C

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

Shades of Medium Carmine #AF453C

Tints of Medium Carmine #AF453C

Color information

#AF453C (or 0xAF453C) is unknown color: approx Medium Carmine. HEX triplet: AF, 45 and 3C. RGB value is (175,69,60). Sum of RGB (Red+Green+Blue) = 175+69+60=304 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.57% from 304); Green value is 69 (27.34% from 255 or 22.70% from 304); Blue value is 60 (23.83% from 255 or 19.74% from 304); Max value from RGB is 175 - color contains mainly: red. Hex color #AF453C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF453C is #50BAC3. Grayscale: #636363. Windows color (decimal): -5290692 or 3949999. OLE color: 3949999.

HSL color Cylindrical-coordinate representation of color #AF453C: hue angle of 4.7º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF453C is Cyan = 0, Magento = 0.61, Yellow = 0.66 and Black (K on CMYK) = 0.31.

Color convert

RGB1756960-
CMYK00.610.660.31
HSL4.7º48.94%46.08%-
HSV(B)4.7º65.71%68.63%-
XYZ20.6213.75.83-
YUV99.67105.62181.73-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 57.57%
GREEN value IS 69 (27.34% from 255) = 22.70%
BLUE value IS 60 (23.83% from 255) = 19.74%
R=57.57%
G=22.70%
B=19.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.66
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175696000.610.660.314.748.9446.08
HexAF453C03D421F5312e
Octal257105740751023756156
Binary1010111110001011111000111101100001011111101110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF453C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF453C; }

 p { color: rgb(175,69,60); }

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

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

 a { background-color: rgb(175,69,60); }

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

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

 span { border-color: rgb(175,69,60); }

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