#B13B4A

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

Shades of Night Shadz #B13B4A

Tints of Night Shadz #B13B4A

Color information

#B13B4A (or 0xB13B4A) is unknown color: approx Night Shadz. HEX triplet: B1, 3B and 4A. RGB value is (177,59,74). Sum of RGB (Red+Green+Blue) = 177+59+74=310 (41% of max value = 765). Red value is 177 (69.53% from 255 or 57.10% from 310); Green value is 59 (23.44% from 255 or 19.03% from 310); Blue value is 74 (29.30% from 255 or 23.87% from 310); Max value from RGB is 177 - color contains mainly: red. Hex color #B13B4A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13B4A is #4EC4B5. Grayscale: #606060. Windows color (decimal): -5162166 or 4864945. OLE color: 4864945.

HSL color Cylindrical-coordinate representation of color #B13B4A: hue angle of 352.37º degrees, saturation: 0.5, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B13B4A is Cyan = 0, Magento = 0.67, Yellow = 0.58 and Black (K on CMYK) = 0.31.

Color convert

RGB1775974-
CMYK00.670.580.31
HSL352.37º50%46.27%-
HSV(B)352.37º66.67%69.41%-
XYZ20.9312.977.88-
YUV95.99115.59185.78-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 57.10%
GREEN value IS 59 (23.44% from 255) = 19.03%
BLUE value IS 74 (29.30% from 255) = 23.87%
R=57.10%
G=19.03%
B=23.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177597400.670.580.31352.375046.27
HexB13B4A0433A1F160322e
Octal26173112010372375406256
Binary1011000111101110010100100001111101011111101100000110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13B4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13B4A; }

 p { color: rgb(177,59,74); }

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

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

 a { background-color: rgb(177,59,74); }

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

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

 span { border-color: rgb(177,59,74); }

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