#AB3A36

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

Shades of Medium Carmine #AB3A36

Tints of Medium Carmine #AB3A36

Color information

#AB3A36 (or 0xAB3A36) is unknown color: approx Medium Carmine. HEX triplet: AB, 3A and 36. RGB value is (171,58,54). Sum of RGB (Red+Green+Blue) = 171+58+54=283 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60.42% from 283); Green value is 58 (23.05% from 255 or 20.49% from 283); Blue value is 54 (21.48% from 255 or 19.08% from 283); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3A36 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3A36 is #54C5C9. Grayscale: #5B5B5B. Windows color (decimal): -5555658 or 3553963. OLE color: 3553963.

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

Color convert

RGB1715854-
CMYK00.660.680.33
HSL2.05º52%44.12%-
HSV(B)2.05º68.42%67.06%-
XYZ18.9711.954.8-
YUV91.33106.94184.83-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 60.42%
GREEN value IS 58 (23.05% from 255) = 20.49%
BLUE value IS 54 (21.48% from 255) = 19.08%
R=60.42%
G=20.49%
B=19.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.68
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171585400.660.680.332.055244.12
HexAB3A3604244212342c
Octal253726601021044126454
Binary1010101111101011011001000010100010010000110110100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3A36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3A36; }

 p { color: rgb(171,58,54); }

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

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

 a { background-color: rgb(171,58,54); }

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

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

 span { border-color: rgb(171,58,54); }

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