#AB4934

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

Shades of Medium Carmine #AB4934

Tints of Medium Carmine #AB4934

Color information

#AB4934 (or 0xAB4934) is unknown color: approx Medium Carmine. HEX triplet: AB, 49 and 34. RGB value is (171,73,52). Sum of RGB (Red+Green+Blue) = 171+73+52=296 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.77% from 296); Green value is 73 (28.91% from 255 or 24.66% from 296); Blue value is 52 (20.70% from 255 or 17.57% from 296); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4934 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4934 is #54B6CB. Grayscale: #646464. Windows color (decimal): -5551820 or 3426731. OLE color: 3426731.

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

Color convert

RGB1717352-
CMYK00.570.700.33
HSL10.59º53.36%43.73%-
HSV(B)10.59º69.59%67.06%-
XYZ19.813.674.84-
YUV99.91100.97178.71-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 57.77%
GREEN value IS 73 (28.91% from 255) = 24.66%
BLUE value IS 52 (20.70% from 255) = 17.57%
R=57.77%
G=24.66%
B=17.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171735200.570.700.3310.5953.3643.73
HexAB49340394621b352c
Octal2531116407110641136554
Binary101010111001001110100011100110001101000011011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4934

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4934; }

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

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

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

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

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

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

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

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