#AF423E

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

Shades of Medium Carmine #AF423E

Tints of Medium Carmine #AF423E

Color information

#AF423E (or 0xAF423E) is unknown color: approx Medium Carmine. HEX triplet: AF, 42 and 3E. RGB value is (175,66,62). Sum of RGB (Red+Green+Blue) = 175+66+62=303 (40% of max value = 765). Red value is 175 (68.75% from 255 or 57.76% from 303); Green value is 66 (26.17% from 255 or 21.78% from 303); Blue value is 62 (24.61% from 255 or 20.46% from 303); Max value from RGB is 175 - color contains mainly: red. Hex color #AF423E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF423E is #50BDC1. Grayscale: #626262. Windows color (decimal): -5291458 or 4080303. OLE color: 4080303.

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

Color convert

RGB1756662-
CMYK00.620.650.31
HSL2.12º47.68%46.47%-
HSV(B)2.12º64.57%68.63%-
XYZ20.513.366.06-
YUV98.14107.61182.83-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 57.76%
GREEN value IS 66 (26.17% from 255) = 21.78%
BLUE value IS 62 (24.61% from 255) = 20.46%
R=57.76%
G=21.78%
B=20.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.65
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175666200.620.650.312.1247.6846.47
HexAF423E03E411F2302e
Octal257102760761013726056
Binary101011111000010111110011111010000011111110110000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF423E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF423E; }

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

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

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

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

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

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

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

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