#AB3D2A

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

Shades of Medium Carmine #AB3D2A

Tints of Medium Carmine #AB3D2A

Color information

#AB3D2A (or 0xAB3D2A) is unknown color: approx Medium Carmine. HEX triplet: AB, 3D and 2A. RGB value is (171,61,42). Sum of RGB (Red+Green+Blue) = 171+61+42=274 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.41% from 274); Green value is 61 (24.22% from 255 or 22.26% from 274); Blue value is 42 (16.80% from 255 or 15.33% from 274); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3D2A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3D2A is #54C2D5. Grayscale: #5B5B5B. Windows color (decimal): -5554902 or 2768299. OLE color: 2768299.

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

Color convert

RGB1716142-
CMYK00.640.750.33
HSL8.84º60.56%41.76%-
HSV(B)8.84º75.44%67.06%-
XYZ18.8812.163.54-
YUV91.7299.94184.54-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 62.41%
GREEN value IS 61 (24.22% from 255) = 22.26%
BLUE value IS 42 (16.80% from 255) = 15.33%
R=62.41%
G=22.26%
B=15.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171614200.640.750.338.8460.5641.76
HexAB3D2A0404B2193d2a
Octal2537552010011341117552
Binary101010111111011010100100000010010111000011001111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3D2A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3D2A; }

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

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

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

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

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

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

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

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