#AB3939

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

Shades of Medium Carmine #AB3939

Tints of Medium Carmine #AB3939

Color information

#AB3939 (or 0xAB3939) is unknown color: approx Medium Carmine. HEX triplet: AB, 39 and 39. RGB value is (171,57,57). Sum of RGB (Red+Green+Blue) = 171+57+57=285 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60% from 285); Green value is 57 (22.66% from 255 or 20% from 285); Blue value is 57 (22.66% from 255 or 20% from 285); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3939 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3939 is #54C6C6. Grayscale: #5B5B5B. Windows color (decimal): -5555911 or 3750315. OLE color: 3750315.

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

Color convert

RGB1715757-
CMYK00.670.670.33
HSL50%44.71%-
HSV(B)66.67%67.06%-
XYZ1911.885.16-
YUV91.09108.77185-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 60%
GREEN value IS 57 (22.66% from 255) = 20%
BLUE value IS 57 (22.66% from 255) = 20%
R=60%
G=20%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171575700.670.670.3305044.71
HexAB393904343210322d
Octal253717101031034106255
Binary101010111110011110010100001110000111000010110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3939

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3939; }

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

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

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

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

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

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

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

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