#AB3531

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

Shades of Medium Carmine #AB3531

Tints of Medium Carmine #AB3531

Color information

#AB3531 (or 0xAB3531) is unknown color: approx Medium Carmine. HEX triplet: AB, 35 and 31. RGB value is (171,53,49). Sum of RGB (Red+Green+Blue) = 171+53+49=273 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.64% from 273); Green value is 53 (21.09% from 255 or 19.41% from 273); Blue value is 49 (19.53% from 255 or 17.95% from 273); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3531 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3531 is #54CACE. Grayscale: #575757. Windows color (decimal): -5556943 or 3225003. OLE color: 3225003.

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

Color convert

RGB1715349-
CMYK00.690.710.33
HSL1.97º55.45%43.14%-
HSV(B)1.97º71.35%67.06%-
XYZ18.6211.434.13-
YUV87.83106.09187.33-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 62.64%
GREEN value IS 53 (21.09% from 255) = 19.41%
BLUE value IS 49 (19.53% from 255) = 17.95%
R=62.64%
G=19.41%
B=17.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171534900.690.710.331.9755.4543.14
HexAB353104547212372b
Octal253656101051074126753
Binary1010101111010111000101000101100011110000110110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3531

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3531; }

 p { color: rgb(171,53,49); }

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

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

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

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

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

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

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