#AB4735

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

Shades of Medium Carmine #AB4735

Tints of Medium Carmine #AB4735

Color information

#AB4735 (or 0xAB4735) is unknown color: approx Medium Carmine. HEX triplet: AB, 47 and 35. RGB value is (171,71,53). Sum of RGB (Red+Green+Blue) = 171+71+53=295 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.97% from 295); Green value is 71 (28.12% from 255 or 24.07% from 295); Blue value is 53 (21.09% from 255 or 17.97% from 295); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4735 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4735 is #54B8CA. Grayscale: #636363. Windows color (decimal): -5552331 or 3491755. OLE color: 3491755.

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

Color convert

RGB1717153-
CMYK00.580.690.33
HSL9.15º52.68%43.92%-
HSV(B)9.15º69.01%67.06%-
XYZ19.6913.424.92-
YUV98.85102.13179.46-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 57.97%
GREEN value IS 71 (28.12% from 255) = 24.07%
BLUE value IS 53 (21.09% from 255) = 17.97%
R=57.97%
G=24.07%
B=17.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171715300.580.690.339.1552.6843.92
HexAB473503A45219352c
Octal2531076507210541116554
Binary101010111000111110101011101010001011000011001110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4735; }

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

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

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

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

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

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

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

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