#AF403A

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

Shades of Medium Carmine #AF403A

Tints of Medium Carmine #AF403A

Color information

#AF403A (or 0xAF403A) is unknown color: approx Medium Carmine. HEX triplet: AF, 40 and 3A. RGB value is (175,64,58). Sum of RGB (Red+Green+Blue) = 175+64+58=297 (39% of max value = 765). Red value is 175 (68.75% from 255 or 58.92% from 297); Green value is 64 (25.39% from 255 or 21.55% from 297); Blue value is 58 (23.05% from 255 or 19.53% from 297); Max value from RGB is 175 - color contains mainly: red. Hex color #AF403A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF403A is #50BFC5. Grayscale: #606060. Windows color (decimal): -5291974 or 3817647. OLE color: 3817647.

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

Color convert

RGB1756458-
CMYK00.630.670.31
HSL3.08º50.21%45.69%-
HSV(B)3.08º66.86%68.63%-
XYZ20.2813.095.46-
YUV96.5106.27183.99-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 58.92%
GREEN value IS 64 (25.39% from 255) = 21.55%
BLUE value IS 58 (23.05% from 255) = 19.53%
R=58.92%
G=21.55%
B=19.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.67
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175645800.630.670.313.0850.2145.69
HexAF403A03F431F3322e
Octal257100720771033736256
Binary101011111000000111010011111110000111111111110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AF403A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AF403A; }

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

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

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

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

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

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

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

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