#AF443A

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

Shades of Medium Carmine #AF443A

Tints of Medium Carmine #AF443A

Color information

#AF443A (or 0xAF443A) is unknown color: approx Medium Carmine. HEX triplet: AF, 44 and 3A. RGB value is (175,68,58). Sum of RGB (Red+Green+Blue) = 175+68+58=301 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.14% from 301); Green value is 68 (26.95% from 255 or 22.59% from 301); Blue value is 58 (23.05% from 255 or 19.27% from 301); Max value from RGB is 175 - color contains mainly: red. Hex color #AF443A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF443A is #50BBC5. Grayscale: #636363. Windows color (decimal): -5290950 or 3818671. OLE color: 3818671.

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

Color convert

RGB1756858-
CMYK00.610.670.31
HSL5.13º50.21%45.69%-
HSV(B)5.13º66.86%68.63%-
XYZ20.5113.555.54-
YUV98.85104.95182.31-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 58.14%
GREEN value IS 68 (26.95% from 255) = 22.59%
BLUE value IS 58 (23.05% from 255) = 19.27%
R=58.14%
G=22.59%
B=19.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175685800.610.670.315.1350.2145.69
HexAF443A03D431F5322e
Octal257104720751033756256
Binary1010111110001001110100111101100001111111101110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF443A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF443A; }

 p { color: rgb(175,68,58); }

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

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

 a { background-color: rgb(175,68,58); }

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

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

 span { border-color: rgb(175,68,58); }

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