#AB3C4B

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

Shades of Night Shadz #AB3C4B

Tints of Night Shadz #AB3C4B

Color information

#AB3C4B (or 0xAB3C4B) is unknown color: approx Night Shadz. HEX triplet: AB, 3C and 4B. RGB value is (171,60,75). Sum of RGB (Red+Green+Blue) = 171+60+75=306 (40% of max value = 765). Red value is 171 (67.19% from 255 or 55.88% from 306); Green value is 60 (23.83% from 255 or 19.61% from 306); Blue value is 75 (29.69% from 255 or 24.51% from 306); Max value from RGB is 171 - color contains mainly: red. Hex color #AB3C4B is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #AB3C4B is #54C3B4. Grayscale: #5E5E5E. Windows color (decimal): -5555125 or 4930731. OLE color: 4930731.

HSL color Cylindrical-coordinate representation of color #AB3C4B: hue angle of 351.89º degrees, saturation: 0.48, 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 #AB3C4B is Cyan = 0, Magento = 0.65, Yellow = 0.56 and Black (K on CMYK) = 0.33.

Color convert

RGB1716075-
CMYK00.650.560.33
HSL351.89º48.05%45.29%-
HSV(B)351.89º64.91%67.06%-
XYZ19.6812.48.01-
YUV94.9116.77182.28-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 55.88%
GREEN value IS 60 (23.83% from 255) = 19.61%
BLUE value IS 75 (29.69% from 255) = 24.51%
R=55.88%
G=19.61%
B=24.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.56
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171607500.650.560.33351.8948.0545.29
HexAB3C4B0413821160302d
Octal25374113010170415406055
Binary10101011111100100101101000001111000100001101100000110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AB3C4B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AB3C4B; }

 p { color: rgb(171,60,75); }

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

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

 a { background-color: rgb(171,60,75); }

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

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

 span { border-color: rgb(171,60,75); }

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