#AF453E

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

Shades of Medium Carmine #AF453E

Tints of Medium Carmine #AF453E

Color information

#AF453E (or 0xAF453E) is unknown color: approx Medium Carmine. HEX triplet: AF, 45 and 3E. RGB value is (175,69,62). Sum of RGB (Red+Green+Blue) = 175+69+62=306 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.19% from 306); Green value is 69 (27.34% from 255 or 22.55% from 306); Blue value is 62 (24.61% from 255 or 20.26% from 306); Max value from RGB is 175 - color contains mainly: red. Hex color #AF453E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF453E is #50BAC1. Grayscale: #646464. Windows color (decimal): -5290690 or 4081071. OLE color: 4081071.

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

Color convert

RGB1756962-
CMYK00.610.650.31
HSL3.72º47.68%46.47%-
HSV(B)3.72º64.57%68.63%-
XYZ20.6813.726.12-
YUV99.9106.62181.57-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 57.19%
GREEN value IS 69 (27.34% from 255) = 22.55%
BLUE value IS 62 (24.61% from 255) = 20.26%
R=57.19%
G=22.55%
B=20.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175696200.610.650.313.7247.6846.47
HexAF453E03D411F4302e
Octal257105760751013746056
Binary1010111110001011111100111101100000111111100110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF453E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF453E; }

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

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

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

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

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

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

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

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