#AB3F2E

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

Shades of Medium Carmine #AB3F2E

Tints of Medium Carmine #AB3F2E

Color information

#AB3F2E (or 0xAB3F2E) is unknown color: approx Medium Carmine. HEX triplet: AB, 3F and 2E. RGB value is (171,63,46). Sum of RGB (Red+Green+Blue) = 171+63+46=280 (37% of max value = 765). Red value is 171 (67.19% from 255 or 61.07% from 280); Green value is 63 (25% from 255 or 22.5% from 280); Blue value is 46 (18.36% from 255 or 16.43% from 280); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3F2E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3F2E is #54C0D1. Grayscale: #5D5D5D. Windows color (decimal): -5554386 or 3030955. OLE color: 3030955.

HSL color Cylindrical-coordinate representation of color #AB3F2E: hue angle of 8.16º degrees, saturation: 0.58, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AB3F2E is Cyan = 0, Magento = 0.63, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB1716346-
CMYK00.630.730.33
HSL8.16º57.6%42.55%-
HSV(B)8.16º73.1%67.06%-
XYZ19.0712.413.98-
YUV93.35101.28183.38-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 61.07%
GREEN value IS 63 (25% from 255) = 22.5%
BLUE value IS 46 (18.36% from 255) = 16.43%
R=61.07%
G=22.5%
B=16.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171634600.630.730.338.1657.642.55
HexAB3F2E03F492183a2b
Octal253775607711141107253
Binary10101011111111101110011111110010011000011000111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3F2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3F2E; }

 p { color: rgb(171,63,46); }

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

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

 a { background-color: rgb(171,63,46); }

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

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

 span { border-color: rgb(171,63,46); }

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