#AF413E

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

Shades of Medium Carmine #AF413E

Tints of Medium Carmine #AF413E

Color information

#AF413E (or 0xAF413E) is unknown color: approx Medium Carmine. HEX triplet: AF, 41 and 3E. RGB value is (175,65,62). Sum of RGB (Red+Green+Blue) = 175+65+62=302 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.95% from 302); Green value is 65 (25.78% from 255 or 21.52% from 302); Blue value is 62 (24.61% from 255 or 20.53% from 302); Max value from RGB is 175 - color contains mainly: red. Hex color #AF413E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF413E is #50BEC1. Grayscale: #616161. Windows color (decimal): -5291714 or 4080047. OLE color: 4080047.

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

Color convert

RGB1756562-
CMYK00.630.650.31
HSL1.59º47.68%46.47%-
HSV(B)1.59º64.57%68.63%-
XYZ20.4413.246.04-
YUV97.55107.94183.24-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 57.95%
GREEN value IS 65 (25.78% from 255) = 21.52%
BLUE value IS 62 (24.61% from 255) = 20.53%
R=57.95%
G=21.52%
B=20.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175656200.630.650.311.5947.6846.47
HexAF413E03F411F2302e
Octal257101760771013726056
Binary101011111000001111110011111110000011111110110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF413E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF413E; }

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

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

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

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

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

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

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

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