#AB382A

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

Shades of Medium Carmine #AB382A

Tints of Medium Carmine #AB382A

Color information

#AB382A (or 0xAB382A) is unknown color: approx Medium Carmine. HEX triplet: AB, 38 and 2A. RGB value is (171,56,42). Sum of RGB (Red+Green+Blue) = 171+56+42=269 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.57% from 269); Green value is 56 (22.27% from 255 or 20.82% from 269); Blue value is 42 (16.80% from 255 or 15.61% from 269); Max value from RGB is 171 - color contains mainly: red. Hex color #AB382A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB382A is #54C7D5. Grayscale: #585858. Windows color (decimal): -5556182 or 2767019. OLE color: 2767019.

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

Color convert

RGB1715642-
CMYK00.670.750.33
HSL6.51º60.56%41.76%-
HSV(B)6.51º75.44%67.06%-
XYZ18.6311.653.46-
YUV88.79101.6186.64-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 63.57%
GREEN value IS 56 (22.27% from 255) = 20.82%
BLUE value IS 42 (16.80% from 255) = 15.61%
R=63.57%
G=20.82%
B=15.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171564200.670.750.336.5160.5641.76
HexAB382A0434B2173d2a
Octal253705201031134177552
Binary10101011111000101010010000111001011100001111111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB382A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB382A; }

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

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

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

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

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

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

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

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