#AB4130

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

Shades of Medium Carmine #AB4130

Tints of Medium Carmine #AB4130

Color information

#AB4130 (or 0xAB4130) is unknown color: approx Medium Carmine. HEX triplet: AB, 41 and 30. RGB value is (171,65,48). Sum of RGB (Red+Green+Blue) = 171+65+48=284 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.21% from 284); Green value is 65 (25.78% from 255 or 22.89% from 284); Blue value is 48 (19.14% from 255 or 16.90% from 284); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4130 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4130 is #54BECF. Grayscale: #5E5E5E. Windows color (decimal): -5553872 or 3162539. OLE color: 3162539.

HSL color Cylindrical-coordinate representation of color #AB4130: hue angle of 8.29º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AB4130 is Cyan = 0, Magento = 0.62, Yellow = 0.72 and Black (K on CMYK) = 0.33.

Color convert

RGB1716548-
CMYK00.620.720.33
HSL8.29º56.16%42.94%-
HSV(B)8.29º71.93%67.06%-
XYZ19.2212.654.23-
YUV94.76101.62182.38-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 60.21%
GREEN value IS 65 (25.78% from 255) = 22.89%
BLUE value IS 48 (19.14% from 255) = 16.90%
R=60.21%
G=22.89%
B=16.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171654800.620.720.338.2956.1642.94
HexAB413003E48218382b
Octal2531016007611041107053
Binary101010111000001110000011111010010001000011000111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4130

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4130; }

 p { color: rgb(171,65,48); }

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

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

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

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

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

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

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