#B03B4D

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

Shades of Night Shadz #B03B4D

Tints of Night Shadz #B03B4D

Color information

#B03B4D (or 0xB03B4D) is unknown color: approx Night Shadz. HEX triplet: B0, 3B and 4D. RGB value is (176,59,77). Sum of RGB (Red+Green+Blue) = 176+59+77=312 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.41% from 312); Green value is 59 (23.44% from 255 or 18.91% from 312); Blue value is 77 (30.47% from 255 or 24.68% from 312); Max value from RGB is 176 - color contains mainly: red. Hex color #B03B4D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B03B4D is #4FC4B2. Grayscale: #606060. Windows color (decimal): -5227699 or 5061552. OLE color: 5061552.

HSL color Cylindrical-coordinate representation of color #B03B4D: hue angle of 350.77º 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 #B03B4D is Cyan = 0, Magento = 0.66, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB1765977-
CMYK00.660.560.31
HSL350.77º49.79%46.08%-
HSV(B)350.77º66.48%69.02%-
XYZ20.8112.898.41-
YUV96.04117.26185.04-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 56.41%
GREEN value IS 59 (23.44% from 255) = 18.91%
BLUE value IS 77 (30.47% from 255) = 24.68%
R=56.41%
G=18.91%
B=24.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176597700.660.560.31350.7749.7946.08
HexB03B4D042381F15f322e
Octal26073115010270375376256
Binary1011000011101110011010100001011100011111101011111110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03B4D; }

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

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

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

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

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

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

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

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