#AB4A3B

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

Shades of Medium Carmine #AB4A3B

Tints of Medium Carmine #AB4A3B

Color information

#AB4A3B (or 0xAB4A3B) is unknown color: approx Medium Carmine. HEX triplet: AB, 4A and 3B. RGB value is (171,74,59). Sum of RGB (Red+Green+Blue) = 171+74+59=304 (40% of max value = 765). Red value is 171 (67.19% from 255 or 56.25% from 304); Green value is 74 (29.30% from 255 or 24.34% from 304); Blue value is 59 (23.44% from 255 or 19.41% from 304); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4A3B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4A3B is #54B5C4. Grayscale: #656565. Windows color (decimal): -5551557 or 3885739. OLE color: 3885739.

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

Color convert

RGB1717459-
CMYK00.570.650.33
HSL8.04º48.7%45.1%-
HSV(B)8.04º65.5%67.06%-
XYZ20.0313.875.76-
YUV101.29104.14177.72-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 56.25%
GREEN value IS 74 (29.30% from 255) = 24.34%
BLUE value IS 59 (23.44% from 255) = 19.41%
R=56.25%
G=24.34%
B=19.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.65
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171745900.570.650.338.0448.745.1
HexAB4A3B03941218312d
Octal2531127307110141106155
Binary101010111001010111011011100110000011000011000110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4A3B; }

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

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

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

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

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

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

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

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