#AB4231

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

Shades of Medium Carmine #AB4231

Tints of Medium Carmine #AB4231

Color information

#AB4231 (or 0xAB4231) is unknown color: approx Medium Carmine. HEX triplet: AB, 42 and 31. RGB value is (171,66,49). Sum of RGB (Red+Green+Blue) = 171+66+49=286 (37% of max value = 765). Red value is 171 (67.19% from 255 or 59.79% from 286); Green value is 66 (26.17% from 255 or 23.08% from 286); Blue value is 49 (19.53% from 255 or 17.13% from 286); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4231 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4231 is #54BDCE. Grayscale: #5F5F5F. Windows color (decimal): -5553615 or 3228331. OLE color: 3228331.

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

Color convert

RGB1716649-
CMYK00.610.710.33
HSL8.36º55.45%43.14%-
HSV(B)8.36º71.35%67.06%-
XYZ19.312.784.35-
YUV95.46101.79181.88-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 59.79%
GREEN value IS 66 (26.17% from 255) = 23.08%
BLUE value IS 49 (19.53% from 255) = 17.13%
R=59.79%
G=23.08%
B=17.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.71
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171664900.610.710.338.3655.4543.14
HexAB423103D47218372b
Octal2531026107510741106753
Binary101010111000010110001011110110001111000011000110111101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4231

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4231; }

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

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

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

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

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

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

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

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