#AB442E

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

Shades of Medium Carmine #AB442E

Tints of Medium Carmine #AB442E

Color information

#AB442E (or 0xAB442E) is unknown color: approx Medium Carmine. HEX triplet: AB, 44 and 2E. RGB value is (171,68,46). Sum of RGB (Red+Green+Blue) = 171+68+46=285 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60% from 285); Green value is 68 (26.95% from 255 or 23.86% from 285); Blue value is 46 (18.36% from 255 or 16.14% from 285); Max value from RGB is 171 - color contains mainly: red. Hex color #AB442E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB442E is #54BBD1. Grayscale: #606060. Windows color (decimal): -5553106 or 3032235. OLE color: 3032235.

HSL color Cylindrical-coordinate representation of color #AB442E: hue angle of 10.56º 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 #AB442E is Cyan = 0, Magento = 0.60, Yellow = 0.73 and Black (K on CMYK) = 0.33.

Color convert

RGB1716846-
CMYK00.600.730.33
HSL10.56º57.6%42.55%-
HSV(B)10.56º73.1%67.06%-
XYZ19.3512.994.07-
YUV96.2999.62181.29-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 60%
GREEN value IS 68 (26.95% from 255) = 23.86%
BLUE value IS 46 (18.36% from 255) = 16.14%
R=60%
G=23.86%
B=16.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171684600.600.730.3310.5657.642.55
HexAB442E03C4921b3a2b
Octal2531045607411141137253
Binary101010111000100101110011110010010011000011011111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB442E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB442E; }

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

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

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

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

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

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

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

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