#AB3B45

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

Shades of Night Shadz #AB3B45

Tints of Night Shadz #AB3B45

Color information

#AB3B45 (or 0xAB3B45) is unknown color: approx Night Shadz. HEX triplet: AB, 3B and 45. RGB value is (171,59,69). Sum of RGB (Red+Green+Blue) = 171+59+69=299 (39% of max value = 765). Red value is 171 (67.19% from 255 or 57.19% from 299); Green value is 59 (23.44% from 255 or 19.73% from 299); Blue value is 69 (27.34% from 255 or 23.08% from 299); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3B45 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3B45 is #54C4BA. Grayscale: #5D5D5D. Windows color (decimal): -5555387 or 4537259. OLE color: 4537259.

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

Color convert

RGB1715969-
CMYK00.650.600.33
HSL354.64º48.7%45.1%-
HSV(B)354.64º65.5%67.06%-
XYZ19.4312.226.96-
YUV93.63114.11183.19-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 57.19%
GREEN value IS 59 (23.44% from 255) = 19.73%
BLUE value IS 69 (27.34% from 255) = 23.08%
R=57.19%
G=19.73%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.60
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171596900.650.600.33354.6448.745.1
HexAB3B450413C21163312d
Octal25373105010174415436155
Binary10101011111011100010101000001111100100001101100011110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3B45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3B45; }

 p { color: rgb(171,59,69); }

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

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

 a { background-color: rgb(171,59,69); }

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

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

 span { border-color: rgb(171,59,69); }

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