#AB4536

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

Shades of Medium Carmine #AB4536

Tints of Medium Carmine #AB4536

Color information

#AB4536 (or 0xAB4536) is unknown color: approx Medium Carmine. HEX triplet: AB, 45 and 36. RGB value is (171,69,54). Sum of RGB (Red+Green+Blue) = 171+69+54=294 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.16% from 294); Green value is 69 (27.34% from 255 or 23.47% from 294); Blue value is 54 (21.48% from 255 or 18.37% from 294); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4536 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4536 is #54BAC9. Grayscale: #616161. Windows color (decimal): -5552842 or 3556779. OLE color: 3556779.

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

Color convert

RGB1716954-
CMYK00.600.680.33
HSL7.69º52%44.12%-
HSV(B)7.69º68.42%67.06%-
XYZ19.5913.185-
YUV97.79103.29180.22-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 58.16%
GREEN value IS 69 (27.34% from 255) = 23.47%
BLUE value IS 54 (21.48% from 255) = 18.37%
R=58.16%
G=23.47%
B=18.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171695400.600.680.337.695244.12
HexAB453603C44218342c
Octal2531056607410441106454
Binary101010111000101110110011110010001001000011000110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4536; }

 p { color: rgb(171,69,54); }

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

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

 a { background-color: rgb(171,69,54); }

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

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

 span { border-color: rgb(171,69,54); }

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