#AB3F38

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

Shades of Medium Carmine #AB3F38

Tints of Medium Carmine #AB3F38

Color information

#AB3F38 (or 0xAB3F38) is unknown color: approx Medium Carmine. HEX triplet: AB, 3F and 38. RGB value is (171,63,56). Sum of RGB (Red+Green+Blue) = 171+63+56=290 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.97% from 290); Green value is 63 (25% from 255 or 21.72% from 290); Blue value is 56 (22.27% from 255 or 19.31% from 290); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3F38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3F38 is #54C0C7. Grayscale: #5E5E5E. Windows color (decimal): -5554376 or 3686315. OLE color: 3686315.

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

Color convert

RGB1716356-
CMYK00.630.670.33
HSL3.65º50.66%44.51%-
HSV(B)3.65º67.25%67.06%-
XYZ19.2912.55.14-
YUV94.49106.28182.57-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 58.97%
GREEN value IS 63 (25% from 255) = 21.72%
BLUE value IS 56 (22.27% from 255) = 19.31%
R=58.97%
G=21.72%
B=19.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171635600.630.670.333.6550.6644.51
HexAB3F3803F43214332d
Octal25377700771034146355
Binary1010101111111111100001111111000011100001100110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3F38; }

 p { color: rgb(171,63,56); }

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

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

 a { background-color: rgb(171,63,56); }

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

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

 span { border-color: rgb(171,63,56); }

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