#AB3A38

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

Shades of Medium Carmine #AB3A38

Tints of Medium Carmine #AB3A38

Color information

#AB3A38 (or 0xAB3A38) is unknown color: approx Medium Carmine. HEX triplet: AB, 3A and 38. RGB value is (171,58,56). Sum of RGB (Red+Green+Blue) = 171+58+56=285 (37% of max value = 765). Red value is 171 (67.19% from 255 or 60% from 285); Green value is 58 (23.05% from 255 or 20.35% from 285); Blue value is 56 (22.27% from 255 or 19.65% from 285); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3A38 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3A38 is #54C5C7. Grayscale: #5B5B5B. Windows color (decimal): -5555656 or 3685035. OLE color: 3685035.

HSL color Cylindrical-coordinate representation of color #AB3A38: hue angle of 1.04º 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 #AB3A38 is Cyan = 0, Magento = 0.66, Yellow = 0.67 and Black (K on CMYK) = 0.33.

Color convert

RGB1715856-
CMYK00.660.670.33
HSL1.04º50.66%44.51%-
HSV(B)1.04º67.25%67.06%-
XYZ19.0211.975.05-
YUV91.56107.94184.66-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 60%
GREEN value IS 58 (23.05% from 255) = 20.35%
BLUE value IS 56 (22.27% from 255) = 19.65%
R=60%
G=20.35%
B=19.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.67
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171585600.660.670.331.0450.6644.51
HexAB3A3804243211332d
Octal253727001021034116355
Binary101010111110101110000100001010000111000011110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3A38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3A38; }

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

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

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

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

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

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

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

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