#AB3A39

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

Shades of Medium Carmine #AB3A39

Tints of Medium Carmine #AB3A39

Color information

#AB3A39 (or 0xAB3A39) is unknown color: approx Medium Carmine. HEX triplet: AB, 3A and 39. RGB value is (171,58,57). Sum of RGB (Red+Green+Blue) = 171+58+57=286 (37% of max value = 765). Red value is 171 (67.19% from 255 or 59.79% from 286); Green value is 58 (23.05% from 255 or 20.28% from 286); Blue value is 57 (22.66% from 255 or 19.93% from 286); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3A39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3A39 is #54C5C6. Grayscale: #5B5B5B. Windows color (decimal): -5555655 or 3750571. OLE color: 3750571.

HSL color Cylindrical-coordinate representation of color #AB3A39: hue angle of 0.53º degrees, saturation: 0.5, 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 #AB3A39 is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB1715857-
CMYK00.660.670.33
HSL0.53º50%44.71%-
HSV(B)0.53º66.67%67.06%-
XYZ19.0511.985.18-
YUV91.67108.44184.58-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 59.79%
GREEN value IS 58 (23.05% from 255) = 20.28%
BLUE value IS 57 (22.66% from 255) = 19.93%
R=59.79%
G=20.28%
B=19.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171585700.660.670.330.535044.71
HexAB3A3904243211322d
Octal253727101021034116255
Binary101010111110101110010100001010000111000011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3A39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3A39; }

 p { color: rgb(171,58,57); }

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

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

 a { background-color: rgb(171,58,57); }

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

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

 span { border-color: rgb(171,58,57); }

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