#AB3634

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

Shades of Medium Carmine #AB3634

Tints of Medium Carmine #AB3634

Color information

#AB3634 (or 0xAB3634) is unknown color: approx Medium Carmine. HEX triplet: AB, 36 and 34. RGB value is (171,54,52). Sum of RGB (Red+Green+Blue) = 171+54+52=277 (36% of max value = 765). Red value is 171 (67.19% from 255 or 61.73% from 277); Green value is 54 (21.48% from 255 or 19.49% from 277); Blue value is 52 (20.70% from 255 or 18.77% from 277); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3634 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3634 is #54C9CB. Grayscale: #585858. Windows color (decimal): -5556684 or 3421867. OLE color: 3421867.

HSL color Cylindrical-coordinate representation of color #AB3634: hue angle of 1.01º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AB3634 is Cyan = 0, Magento = 0.68, Yellow = 0.70 and Black (K on CMYK) = 0.33.

Color convert

RGB1715452-
CMYK00.680.700.33
HSL1.01º53.36%43.73%-
HSV(B)1.01º69.59%67.06%-
XYZ18.7311.544.49-
YUV88.76107.26186.66-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 61.73%
GREEN value IS 54 (21.48% from 255) = 19.49%
BLUE value IS 52 (20.70% from 255) = 18.77%
R=61.73%
G=19.49%
B=18.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.70
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171545200.680.700.331.0153.3643.73
HexAB363404446211352c
Octal253666401041064116554
Binary101010111101101101000100010010001101000011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3634; }

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

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

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

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

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

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

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

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