#AB4535

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

Shades of Medium Carmine #AB4535

Tints of Medium Carmine #AB4535

Color information

#AB4535 (or 0xAB4535) is unknown color: approx Medium Carmine. HEX triplet: AB, 45 and 35. RGB value is (171,69,53). Sum of RGB (Red+Green+Blue) = 171+69+53=293 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.36% from 293); Green value is 69 (27.34% from 255 or 23.55% from 293); Blue value is 53 (21.09% from 255 or 18.09% from 293); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4535 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4535 is #54BACA. Grayscale: #616161. Windows color (decimal): -5552843 or 3491243. OLE color: 3491243.

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

Color convert

RGB1716953-
CMYK00.600.690.33
HSL8.14º52.68%43.92%-
HSV(B)8.14º69.01%67.06%-
XYZ19.5713.174.88-
YUV97.67102.79180.3-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 58.36%
GREEN value IS 69 (27.34% from 255) = 23.55%
BLUE value IS 53 (21.09% from 255) = 18.09%
R=58.36%
G=23.55%
B=18.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171695300.600.690.338.1452.6843.92
HexAB453503C45218352c
Octal2531056507410541106554
Binary101010111000101110101011110010001011000011000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4535; }

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

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

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

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

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

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

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

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