#AB362A

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

Shades of Medium Carmine #AB362A

Tints of Medium Carmine #AB362A

Color information

#AB362A (or 0xAB362A) is unknown color: approx Medium Carmine. HEX triplet: AB, 36 and 2A. RGB value is (171,54,42). Sum of RGB (Red+Green+Blue) = 171+54+42=267 (35% of max value = 765). Red value is 171 (67.19% from 255 or 64.04% from 267); Green value is 54 (21.48% from 255 or 20.22% from 267); Blue value is 42 (16.80% from 255 or 15.73% from 267); Max value from RGB is 171 - color contains mainly: red. Hex color #AB362A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB362A is #54C9D5. Grayscale: #575757. Windows color (decimal): -5556694 or 2766507. OLE color: 2766507.

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

Color convert

RGB1715442-
CMYK00.680.750.33
HSL5.58º60.56%41.76%-
HSV(B)5.58º75.44%67.06%-
XYZ18.5311.463.43-
YUV87.62102.26187.48-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 64.04%
GREEN value IS 54 (21.48% from 255) = 20.22%
BLUE value IS 42 (16.80% from 255) = 15.73%
R=64.04%
G=20.22%
B=15.73%

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
Decimal171544200.680.750.335.5860.5641.76
HexAB362A0444B2163d2a
Octal253665201041134167552
Binary10101011110110101010010001001001011100001110111101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB362A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB362A; }

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

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

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

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

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

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

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

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