#AF4438

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

Shades of Medium Carmine #AF4438

Tints of Medium Carmine #AF4438

Color information

#AF4438 (or 0xAF4438) is unknown color: approx Medium Carmine. HEX triplet: AF, 44 and 38. RGB value is (175,68,56). Sum of RGB (Red+Green+Blue) = 175+68+56=299 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.53% from 299); Green value is 68 (26.95% from 255 or 22.74% from 299); Blue value is 56 (22.27% from 255 or 18.73% from 299); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4438 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF4438 is #50BBC7. Grayscale: #626262. Windows color (decimal): -5290952 or 3687599. OLE color: 3687599.

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

Color convert

RGB1756856-
CMYK00.610.680.31
HSL6.05º51.52%45.29%-
HSV(B)6.05º68%68.63%-
XYZ20.4613.535.28-
YUV98.62103.95182.48-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 58.53%
GREEN value IS 68 (26.95% from 255) = 22.74%
BLUE value IS 56 (22.27% from 255) = 18.73%
R=58.53%
G=22.74%
B=18.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.68
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175685600.610.680.316.0551.5245.29
HexAF443803D441F6342d
Octal257104700751043766455
Binary1010111110001001110000111101100010011111110110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF4438

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF4438; }

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

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

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

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

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

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

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

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