#AB392A

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

Shades of Medium Carmine #AB392A

Tints of Medium Carmine #AB392A

Color information

#AB392A (or 0xAB392A) is unknown color: approx Medium Carmine. HEX triplet: AB, 39 and 2A. RGB value is (171,57,42). Sum of RGB (Red+Green+Blue) = 171+57+42=270 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.33% from 270); Green value is 57 (22.66% from 255 or 21.11% from 270); Blue value is 42 (16.80% from 255 or 15.56% from 270); Max value from RGB is 171 - color contains mainly: red. Hex color #AB392A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB392A is #54C6D5. Grayscale: #595959. Windows color (decimal): -5555926 or 2767275. OLE color: 2767275.

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

Color convert

RGB1715742-
CMYK00.670.750.33
HSL6.98º60.56%41.76%-
HSV(B)6.98º75.44%67.06%-
XYZ18.6811.753.47-
YUV89.38101.27186.22-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 63.33%
GREEN value IS 57 (22.66% from 255) = 21.11%
BLUE value IS 42 (16.80% from 255) = 15.56%
R=63.33%
G=21.11%
B=15.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171574200.670.750.336.9860.5641.76
HexAB392A0434B2173d2a
Octal253715201031134177552
Binary10101011111001101010010000111001011100001111111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB392A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB392A; }

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

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

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

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

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

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

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

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