#af3e2b

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

Shades of Medium Carmine #AF3E2B

Tints of Medium Carmine #AF3E2B

Color information

#AF3E2B (or 0xAF3E2B) is unknown color: approx Medium Carmine. HEX triplet: AF, 3E and 2B. RGB value is (175,62,43). Sum of RGB (Red+Green+Blue) = 175+62+43=280 (37% of max value = 765). Red value is 175 (68.75% from 255 or 62.5% from 280); Green value is 62 (24.61% from 255 or 22.14% from 280); Blue value is 43 (17.19% from 255 or 15.36% from 280); Max value from RGB is 175 - color contains mainly: red. Hex color #AF3E2B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AF3E2B is #50C1D4. Grayscale: #5D5D5D. Windows color (decimal): -5292501 or 2834095. OLE color: 2834095.

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

Color convert

RGB1756243-
CMYK00.650.750.31
HSL8.64º60.55%42.75%-
HSV(B)8.64º75.43%68.63%-
XYZ19.8412.733.7-
YUV93.6299.44186.04-

RGB Variations

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

RGB

RED value IS 175 (68.75% from 255) = 62.5%
GREEN value IS 62 (24.61% from 255) = 22.14%
BLUE value IS 43 (17.19% from 255) = 15.36%
R=62.5%
G=22.14%
B=15.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.75
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal175624300.650.750.318.6460.5542.75
HexAF3E2B0414B1F93d2b
Octal2577653010111337117553
Binary10101111111110101011010000011001011111111001111101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #af3e2b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #af3e2b; }

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

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

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

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

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

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

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

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