#B0394F

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

Shades of Night Shadz #B0394F

Tints of Night Shadz #B0394F

Color information

#B0394F (or 0xB0394F) is unknown color: approx Night Shadz. HEX triplet: B0, 39 and 4F. RGB value is (176,57,79). Sum of RGB (Red+Green+Blue) = 176+57+79=312 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.41% from 312); Green value is 57 (22.66% from 255 or 18.27% from 312); Blue value is 79 (31.25% from 255 or 25.32% from 312); Max value from RGB is 176 - color contains mainly: red. Hex color #B0394F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0394F is #4FC6B0. Grayscale: #5F5F5F. Windows color (decimal): -5228209 or 5192112. OLE color: 5192112.

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

Color convert

RGB1765779-
CMYK00.680.550.31
HSL348.91º51.07%45.69%-
HSV(B)348.91º67.61%69.02%-
XYZ20.7812.728.76-
YUV95.09118.92185.71-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 56.41%
GREEN value IS 57 (22.66% from 255) = 18.27%
BLUE value IS 79 (31.25% from 255) = 25.32%
R=56.41%
G=18.27%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176577900.680.550.31348.9151.0745.69
HexB0394F044371F15d332e
Octal26071117010467375356356
Binary1011000011100110011110100010011011111111101011101110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0394F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0394F; }

 p { color: rgb(176,57,79); }

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

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

 a { background-color: rgb(176,57,79); }

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

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

 span { border-color: rgb(176,57,79); }

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