#AB382E

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

Shades of Medium Carmine #AB382E

Tints of Medium Carmine #AB382E

Color information

#AB382E (or 0xAB382E) is unknown color: approx Medium Carmine. HEX triplet: AB, 38 and 2E. RGB value is (171,56,46). Sum of RGB (Red+Green+Blue) = 171+56+46=273 (36% of max value = 765). Red value is 171 (67.19% from 255 or 62.64% from 273); Green value is 56 (22.27% from 255 or 20.51% from 273); Blue value is 46 (18.36% from 255 or 16.85% from 273); Max value from RGB is 171 - color contains mainly: red. Hex color #AB382E is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB382E is #54C7D1. Grayscale: #595959. Windows color (decimal): -5556178 or 3029163. OLE color: 3029163.

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

Color convert

RGB1715646-
CMYK00.670.730.33
HSL4.8º57.6%42.55%-
HSV(B)4.8º73.1%67.06%-
XYZ18.711.683.85-
YUV89.24103.6186.31-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 62.64%
GREEN value IS 56 (22.27% from 255) = 20.51%
BLUE value IS 46 (18.36% from 255) = 16.85%
R=62.64%
G=20.51%
B=16.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.73
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171564600.670.730.334.857.642.55
HexAB382E043492153a2b
Octal253705601031114157253
Binary10101011111000101110010000111001001100001101111010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB382E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB382E; }

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

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

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

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

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

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

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

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