#ab442d

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

Shades of Medium Carmine #AB442D

Tints of Medium Carmine #AB442D

Color information

#AB442D (or 0xAB442D) is unknown color: approx Medium Carmine. HEX triplet: AB, 44 and 2D. RGB value is (171,68,45). Sum of RGB (Red+Green+Blue) = 171+68+45=284 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.21% from 284); Green value is 68 (26.95% from 255 or 23.94% from 284); Blue value is 45 (17.97% from 255 or 15.85% from 284); Max value from RGB is 171 - color contains mainly: red. Hex color #AB442D is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB442D is #54BBD2. Grayscale: #606060. Windows color (decimal): -5553107 or 2966699. OLE color: 2966699.

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

Color convert

RGB1716845-
CMYK00.600.740.33
HSL10.95º58.33%42.35%-
HSV(B)10.95º73.68%67.06%-
XYZ19.3412.983.97-
YUV96.1799.12181.37-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 60.21%
GREEN value IS 68 (26.95% from 255) = 23.94%
BLUE value IS 45 (17.97% from 255) = 15.85%
R=60.21%
G=23.94%
B=15.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.74
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171684500.600.740.3310.9558.3342.35
HexAB442D03C4A21b3a2a
Octal2531045507411241137252
Binary101010111000100101101011110010010101000011011111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab442d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab442d; }

 p { color: rgb(171,68,45); }

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

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

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

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

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

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

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