#B03B52

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

Shades of Night Shadz #B03B52

Tints of Night Shadz #B03B52

Color information

#B03B52 (or 0xB03B52) is unknown color: approx Night Shadz. HEX triplet: B0, 3B and 52. RGB value is (176,59,82). Sum of RGB (Red+Green+Blue) = 176+59+82=317 (41% of max value = 765). Red value is 176 (69.14% from 255 or 55.52% from 317); Green value is 59 (23.44% from 255 or 18.61% from 317); Blue value is 82 (32.42% from 255 or 25.87% from 317); Max value from RGB is 176 - color contains mainly: red. Hex color #B03B52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03B52 is #4FC4AD. Grayscale: #606060. Windows color (decimal): -5227694 or 5389232. OLE color: 5389232.

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

Color convert

RGB1765982-
CMYK00.660.530.31
HSL348.21º49.79%46.08%-
HSV(B)348.21º66.48%69.02%-
XYZ20.9912.979.38-
YUV96.6119.76184.63-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 55.52%
GREEN value IS 59 (23.44% from 255) = 18.61%
BLUE value IS 82 (32.42% from 255) = 25.87%
R=55.52%
G=18.61%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176598200.660.530.31348.2149.7946.08
HexB03B52042351F15c322e
Octal26073122010265375346256
Binary1011000011101110100100100001011010111111101011100110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03B52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03B52; }

 p { color: rgb(176,59,82); }

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

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

 a { background-color: rgb(176,59,82); }

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

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

 span { border-color: rgb(176,59,82); }

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