#AB4433

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

Shades of Medium Carmine #AB4433

Tints of Medium Carmine #AB4433

Color information

#AB4433 (or 0xAB4433) is unknown color: approx Medium Carmine. HEX triplet: AB, 44 and 33. RGB value is (171,68,51). Sum of RGB (Red+Green+Blue) = 171+68+51=290 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.97% from 290); Green value is 68 (26.95% from 255 or 23.45% from 290); Blue value is 51 (20.31% from 255 or 17.59% from 290); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4433 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4433 is #54BBCC. Grayscale: #616161. Windows color (decimal): -5553101 or 3359915. OLE color: 3359915.

HSL color Cylindrical-coordinate representation of color #AB4433: hue angle of 8.5º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB4433 is Cyan = 0, Magento = 0.60, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB1716851-
CMYK00.600.700.33
HSL8.5º54.05%43.53%-
HSV(B)8.5º70.18%67.06%-
XYZ19.4613.034.62-
YUV96.86102.12180.88-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 58.97%
GREEN value IS 68 (26.95% from 255) = 23.45%
BLUE value IS 51 (20.31% from 255) = 17.59%
R=58.97%
G=23.45%
B=17.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171685100.600.700.338.554.0543.53
HexAB443303C46219362c
Octal2531046307410641116654
Binary101010111000100110011011110010001101000011001110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4433; }

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

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

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

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

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

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

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

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