#AB362B

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

Shades of Medium Carmine #AB362B

Tints of Medium Carmine #AB362B

Color information

#AB362B (or 0xAB362B) is unknown color: approx Medium Carmine. HEX triplet: AB, 36 and 2B. RGB value is (171,54,43). Sum of RGB (Red+Green+Blue) = 171+54+43=268 (35% of max value = 765). Red value is 171 (67.19% from 255 or 63.81% from 268); Green value is 54 (21.48% from 255 or 20.15% from 268); Blue value is 43 (17.19% from 255 or 16.04% from 268); Max value from RGB is 171 - color contains mainly: red. Hex color #AB362B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB362B is #54C9D4. Grayscale: #575757. Windows color (decimal): -5556693 or 2832043. OLE color: 2832043.

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

Color convert

RGB1715443-
CMYK00.680.750.33
HSL5.16º59.81%41.96%-
HSV(B)5.16º74.85%67.06%-
XYZ18.5511.473.52-
YUV87.73102.76187.39-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 63.81%
GREEN value IS 54 (21.48% from 255) = 20.15%
BLUE value IS 43 (17.19% from 255) = 16.04%
R=63.81%
G=20.15%
B=16.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.75
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171544300.680.750.335.1659.8141.96
HexAB362B0444B2153c2a
Octal253665301041134157452
Binary10101011110110101011010001001001011100001101111100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB362B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB362B; }

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

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

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

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

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

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

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

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