#ab3a40

Color #AB3A40 Night Shadz (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Night Shadz #AB3A40

Tints of Night Shadz #AB3A40

Color information

#AB3A40 (or 0xAB3A40) is unknown color: approx Night Shadz. HEX triplet: AB, 3A and 40. RGB value is (171,58,64). Sum of RGB (Red+Green+Blue) = 171+58+64=293 (38% of max value = 765). Red value is 171 (67.19% from 255 or 58.36% from 293); Green value is 58 (23.05% from 255 or 19.80% from 293); Blue value is 64 (25.39% from 255 or 21.84% from 293); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3A40 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3A40 is #54C5BF. Grayscale: #5C5C5C. Windows color (decimal): -5555648 or 4209323. OLE color: 4209323.

HSL color Cylindrical-coordinate representation of color #AB3A40: hue angle of 356.81º degrees, saturation: 0.49, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AB3A40 is Cyan = 0, Magento = 0.66, Yellow = 0.63 and Black (K on CMYK) = 0.33.

Color convert

RGB1715864-
CMYK00.660.630.33
HSL356.81º49.34%44.9%-
HSV(B)356.81º66.08%67.06%-
XYZ19.2312.056.16-
YUV92.47111.94184.01-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 58.36%
GREEN value IS 58 (23.05% from 255) = 19.80%
BLUE value IS 64 (25.39% from 255) = 21.84%
R=58.36%
G=19.80%
B=21.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.63
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171586400.660.630.33356.8149.3444.9
HexAB3A400423F21165312d
Octal25372100010277415456155
Binary10101011111010100000001000010111111100001101100101110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ab3a40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ab3a40; }

 p { color: rgb(171,58,64); }

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

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

 a { background-color: rgb(171,58,64); }

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

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

 span { border-color: rgb(171,58,64); }

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