#AB3F39

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

Shades of Medium Carmine #AB3F39

Tints of Medium Carmine #AB3F39

Color information

#AB3F39 (or 0xAB3F39) is unknown color: approx Medium Carmine. HEX triplet: AB, 3F and 39. RGB value is (171,63,57). Sum of RGB (Red+Green+Blue) = 171+63+57=291 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.76% from 291); Green value is 63 (25% from 255 or 21.65% from 291); Blue value is 57 (22.66% from 255 or 19.59% from 291); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3F39 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3F39 is #54C0C6. Grayscale: #5E5E5E. Windows color (decimal): -5554375 or 3751851. OLE color: 3751851.

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

Color convert

RGB1716357-
CMYK00.630.670.33
HSL3.16º50%44.71%-
HSV(B)3.16º66.67%67.06%-
XYZ19.3112.515.27-
YUV94.61106.78182.49-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 58.76%
GREEN value IS 63 (25% from 255) = 21.65%
BLUE value IS 57 (22.66% from 255) = 19.59%
R=58.76%
G=21.65%
B=19.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171635700.630.670.333.165044.71
HexAB3F3903F43213322d
Octal25377710771034136255
Binary101010111111111110010111111100001110000111110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3F39; }

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

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

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

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

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

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

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

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