#B0364D

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

Shades of Night Shadz #B0364D

Tints of Night Shadz #B0364D

Color information

#B0364D (or 0xB0364D) is unknown color: approx Night Shadz. HEX triplet: B0, 36 and 4D. RGB value is (176,54,77). Sum of RGB (Red+Green+Blue) = 176+54+77=307 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.33% from 307); Green value is 54 (21.48% from 255 or 17.59% from 307); Blue value is 77 (30.47% from 255 or 25.08% from 307); Max value from RGB is 176 - color contains mainly: red. Hex color #B0364D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0364D is #4FC9B2. Grayscale: #5D5D5D. Windows color (decimal): -5228979 or 5060272. OLE color: 5060272.

HSL color Cylindrical-coordinate representation of color #B0364D: hue angle of 348.69º degrees, saturation: 0.53, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #B0364D is Cyan = 0, Magento = 0.69, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB1765477-
CMYK00.690.560.31
HSL348.69º53.04%45.1%-
HSV(B)348.69º69.32%69.02%-
XYZ20.5612.48.33-
YUV93.1118.92187.13-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 57.33%
GREEN value IS 54 (21.48% from 255) = 17.59%
BLUE value IS 77 (30.47% from 255) = 25.08%
R=57.33%
G=17.59%
B=25.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176547700.690.560.31348.6953.0445.1
HexB0364D045381F15d352d
Octal26066115010570375356555
Binary1011000011011010011010100010111100011111101011101110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0364D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0364D; }

 p { color: rgb(176,54,77); }

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

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

 a { background-color: rgb(176,54,77); }

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

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

 span { border-color: rgb(176,54,77); }

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