#AB4A38

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

Shades of Medium Carmine #AB4A38

Tints of Medium Carmine #AB4A38

Color information

#AB4A38 (or 0xAB4A38) is unknown color: approx Medium Carmine. HEX triplet: AB, 4A and 38. RGB value is (171,74,56). Sum of RGB (Red+Green+Blue) = 171+74+56=301 (39% of max value = 765). Red value is 171 (67.19% from 255 or 56.81% from 301); Green value is 74 (29.30% from 255 or 24.58% from 301); Blue value is 56 (22.27% from 255 or 18.60% from 301); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4A38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4A38 is #54B5C7. Grayscale: #656565. Windows color (decimal): -5551560 or 3689131. OLE color: 3689131.

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

Color convert

RGB1717456-
CMYK00.570.670.33
HSL9.39º50.66%44.51%-
HSV(B)9.39º67.25%67.06%-
XYZ19.9613.845.36-
YUV100.95102.64177.96-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 56.81%
GREEN value IS 74 (29.30% from 255) = 24.58%
BLUE value IS 56 (22.27% from 255) = 18.60%
R=56.81%
G=24.58%
B=18.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171745600.570.670.339.3950.6644.51
HexAB4A3803943219332d
Octal2531127007110341116355
Binary101010111001010111000011100110000111000011001110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4A38; }

 p { color: rgb(171,74,56); }

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

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

 a { background-color: rgb(171,74,56); }

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

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

 span { border-color: rgb(171,74,56); }

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