#AB4833

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

Shades of Medium Carmine #AB4833

Tints of Medium Carmine #AB4833

Color information

#AB4833 (or 0xAB4833) is unknown color: approx Medium Carmine. HEX triplet: AB, 48 and 33. RGB value is (171,72,51). Sum of RGB (Red+Green+Blue) = 171+72+51=294 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.16% from 294); Green value is 72 (28.52% from 255 or 24.49% from 294); Blue value is 51 (20.31% from 255 or 17.35% from 294); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4833 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4833 is #54B7CC. Grayscale: #636363. Windows color (decimal): -5552077 or 3360939. OLE color: 3360939.

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

Color convert

RGB1717251-
CMYK00.580.700.33
HSL10.5º54.05%43.53%-
HSV(B)10.5º70.18%67.06%-
XYZ19.7113.534.71-
YUV99.21100.8179.21-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 58.16%
GREEN value IS 72 (28.52% from 255) = 24.49%
BLUE value IS 51 (20.31% from 255) = 17.35%
R=58.16%
G=24.49%
B=17.35%

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
Decimal171725100.580.700.3310.554.0543.53
HexAB483303A4621b362c
Octal2531106307210641136654
Binary101010111001000110011011101010001101000011011110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4833

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4833; }

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

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

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

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

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

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

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

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