#AB4030

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

Shades of Medium Carmine #AB4030

Tints of Medium Carmine #AB4030

Color information

#AB4030 (or 0xAB4030) is unknown color: approx Medium Carmine. HEX triplet: AB, 40 and 30. RGB value is (171,64,48). Sum of RGB (Red+Green+Blue) = 171+64+48=283 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.42% from 283); Green value is 64 (25.39% from 255 or 22.61% from 283); Blue value is 48 (19.14% from 255 or 16.96% from 283); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4030 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4030 is #54BFCF. Grayscale: #5E5E5E. Windows color (decimal): -5554128 or 3162283. OLE color: 3162283.

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

Color convert

RGB1716448-
CMYK00.630.720.33
HSL7.8º56.16%42.94%-
HSV(B)7.8º71.93%67.06%-
XYZ19.1612.544.21-
YUV94.17101.95182.8-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 60.42%
GREEN value IS 64 (25.39% from 255) = 22.61%
BLUE value IS 48 (19.14% from 255) = 16.96%
R=60.42%
G=22.61%
B=16.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.72
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171644800.630.720.337.856.1642.94
HexAB403003F48218382b
Octal2531006007711041107053
Binary101010111000000110000011111110010001000011000111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4030

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4030; }

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

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

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

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

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

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

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

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