#AB4135

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

Shades of Medium Carmine #AB4135

Tints of Medium Carmine #AB4135

Color information

#AB4135 (or 0xAB4135) is unknown color: approx Medium Carmine. HEX triplet: AB, 41 and 35. RGB value is (171,65,53). Sum of RGB (Red+Green+Blue) = 171+65+53=289 (38% of max value = 765). Red value is 171 (67.19% from 255 or 59.17% from 289); Green value is 65 (25.78% from 255 or 22.49% from 289); Blue value is 53 (21.09% from 255 or 18.34% from 289); Max value from RGB is 171 - color contains mainly: red. Hex color #AB4135 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB4135 is #54BECA. Grayscale: #5F5F5F. Windows color (decimal): -5553867 or 3490219. OLE color: 3490219.

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

Color convert

RGB1716553-
CMYK00.620.690.33
HSL6.1º52.68%43.92%-
HSV(B)6.1º69.01%67.06%-
XYZ19.3312.74.8-
YUV95.33104.12181.98-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 59.17%
GREEN value IS 65 (25.78% from 255) = 22.49%
BLUE value IS 53 (21.09% from 255) = 18.34%
R=59.17%
G=22.49%
B=18.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.69
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171655300.620.690.336.152.6843.92
HexAB413503E45216352c
Octal253101650761054166554
Binary10101011100000111010101111101000101100001110110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB4135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB4135; }

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

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

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

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

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

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

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

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