#AB3D27

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

Shades of Medium Carmine #AB3D27

Tints of Medium Carmine #AB3D27

Color information

#AB3D27 (or 0xAB3D27) is unknown color: approx Medium Carmine. HEX triplet: AB, 3D and 27. RGB value is (171,61,39). Sum of RGB (Red+Green+Blue) = 171+61+39=271 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.10% from 271); Green value is 61 (24.22% from 255 or 22.51% from 271); Blue value is 39 (15.62% from 255 or 14.39% from 271); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3D27 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3D27 is #54C2D8. Grayscale: #5B5B5B. Windows color (decimal): -5554905 or 2571691. OLE color: 2571691.

HSL color Cylindrical-coordinate representation of color #AB3D27: hue angle of 10º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AB3D27 is Cyan = 0, Magento = 0.64, Yellow = 0.77 and Black (K on CMYK) = 0.33.

Color convert

RGB1716139-
CMYK00.640.770.33
HSL10º62.86%41.18%-
HSV(B)10º77.19%67.06%-
XYZ18.8312.143.27-
YUV91.3898.44184.79-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 63.10%
GREEN value IS 61 (24.22% from 255) = 22.51%
BLUE value IS 39 (15.62% from 255) = 14.39%
R=63.10%
G=22.51%
B=14.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.77
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171613900.640.770.331062.8641.18
HexAB3D270404D21a3f29
Octal2537547010011541127751
Binary101010111111011001110100000010011011000011010111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3D27

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3D27; }

 p { color: rgb(171,61,39); }

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

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

 a { background-color: rgb(171,61,39); }

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

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

 span { border-color: rgb(171,61,39); }

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