#AB4A39

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

Shades of Medium Carmine #AB4A39

Tints of Medium Carmine #AB4A39

Color information

#AB4A39 (or 0xAB4A39) is unknown color: approx Medium Carmine. HEX triplet: AB, 4A and 39. RGB value is (171,74,57). Sum of RGB (Red+Green+Blue) = 171+74+57=302 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.62% from 302); Green value is 74 (29.30% from 255 or 24.50% from 302); Blue value is 57 (22.66% from 255 or 18.87% from 302); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4A39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4A39 is #54B5C6. Grayscale: #656565. Windows color (decimal): -5551559 or 3754667. OLE color: 3754667.

HSL color Cylindrical-coordinate representation of color #AB4A39: hue angle of 8.95º degrees, saturation: 0.5, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AB4A39 is Cyan = 0, Magento = 0.57, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB1717457-
CMYK00.570.670.33
HSL8.95º50%44.71%-
HSV(B)8.95º66.67%67.06%-
XYZ19.9813.855.49-
YUV101.06103.14177.88-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 56.62%
GREEN value IS 74 (29.30% from 255) = 24.50%
BLUE value IS 57 (22.66% from 255) = 18.87%
R=56.62%
G=24.50%
B=18.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171745700.570.670.338.955044.71
HexAB4A3903943219322d
Octal2531127107110341116255
Binary101010111001010111001011100110000111000011001110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4A39; }

 p { color: rgb(171,74,57); }

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

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

 a { background-color: rgb(171,74,57); }

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

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

 span { border-color: rgb(171,74,57); }

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