#AB4834

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

Shades of Medium Carmine #AB4834

Tints of Medium Carmine #AB4834

Color information

#AB4834 (or 0xAB4834) is unknown color: approx Medium Carmine. HEX triplet: AB, 48 and 34. RGB value is (171,72,52). Sum of RGB (Red+Green+Blue) = 171+72+52=295 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.97% from 295); Green value is 72 (28.52% from 255 or 24.41% from 295); Blue value is 52 (20.70% from 255 or 17.63% from 295); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4834 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4834 is #54B7CB. Grayscale: #636363. Windows color (decimal): -5552076 or 3426475. OLE color: 3426475.

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

Color convert

RGB1717252-
CMYK00.580.700.33
HSL10.08º53.36%43.73%-
HSV(B)10.08º69.59%67.06%-
XYZ19.7313.544.82-
YUV99.32101.3179.13-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 57.97%
GREEN value IS 72 (28.52% from 255) = 24.41%
BLUE value IS 52 (20.70% from 255) = 17.63%
R=57.97%
G=24.41%
B=17.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171725200.580.700.3310.0853.3643.73
HexAB483403A4621a352c
Octal2531106407210641126554
Binary101010111001000110100011101010001101000011010110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4834

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4834; }

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

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

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

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

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

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

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

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