#AB4033

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

Shades of Medium Carmine #AB4033

Tints of Medium Carmine #AB4033

Color information

#AB4033 (or 0xAB4033) is unknown color: approx Medium Carmine. HEX triplet: AB, 40 and 33. RGB value is (171,64,51). Sum of RGB (Red+Green+Blue) = 171+64+51=286 (37% of max value = 765). Red value is 171 (67.19% from 255 or 59.79% from 286); Green value is 64 (25.39% from 255 or 22.38% from 286); Blue value is 51 (20.31% from 255 or 17.83% from 286); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4033 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4033 is #54BFCC. Grayscale: #5E5E5E. Windows color (decimal): -5554125 or 3358891. OLE color: 3358891.

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

Color convert

RGB1716451-
CMYK00.630.700.33
HSL6.5º54.05%43.53%-
HSV(B)6.5º70.18%67.06%-
XYZ19.2312.564.54-
YUV94.51103.45182.56-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 59.79%
GREEN value IS 64 (25.39% from 255) = 22.38%
BLUE value IS 51 (20.31% from 255) = 17.83%
R=59.79%
G=22.38%
B=17.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171645100.630.700.336.554.0543.53
HexAB403303F46217362c
Octal253100630771064176654
Binary10101011100000011001101111111000110100001111110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4033

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4033; }

 p { color: rgb(171,64,51); }

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

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

 a { background-color: rgb(171,64,51); }

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

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

 span { border-color: rgb(171,64,51); }

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