#AB4935

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

Shades of Medium Carmine #AB4935

Tints of Medium Carmine #AB4935

Color information

#AB4935 (or 0xAB4935) is unknown color: approx Medium Carmine. HEX triplet: AB, 49 and 35. RGB value is (171,73,53). Sum of RGB (Red+Green+Blue) = 171+73+53=297 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.58% from 297); Green value is 73 (28.91% from 255 or 24.58% from 297); Blue value is 53 (21.09% from 255 or 17.85% from 297); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4935 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4935 is #54B6CA. Grayscale: #646464. Windows color (decimal): -5551819 or 3492267. OLE color: 3492267.

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

Color convert

RGB1717353-
CMYK00.570.690.33
HSL10.17º52.68%43.92%-
HSV(B)10.17º69.01%67.06%-
XYZ19.8213.684.96-
YUV100.02101.47178.63-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 57.58%
GREEN value IS 73 (28.91% from 255) = 24.58%
BLUE value IS 53 (21.09% from 255) = 17.85%
R=57.58%
G=24.58%
B=17.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171735300.570.690.3310.1752.6843.92
HexAB49350394521a352c
Octal2531116507110541126554
Binary101010111001001110101011100110001011000011010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4935

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4935; }

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

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

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

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

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

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

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

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