#B03B49

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

Shades of Night Shadz #B03B49

Tints of Night Shadz #B03B49

Color information

#B03B49 (or 0xB03B49) is unknown color: approx Night Shadz. HEX triplet: B0, 3B and 49. RGB value is (176,59,73). Sum of RGB (Red+Green+Blue) = 176+59+73=308 (40% of max value = 765). Red value is 176 (69.14% from 255 or 57.14% from 308); Green value is 59 (23.44% from 255 or 19.16% from 308); Blue value is 73 (28.91% from 255 or 23.70% from 308); Max value from RGB is 176 - color contains mainly: red. Hex color #B03B49 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03B49 is #4FC4B6. Grayscale: #5F5F5F. Windows color (decimal): -5227703 or 4799408. OLE color: 4799408.

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

Color convert

RGB1765973-
CMYK00.660.590.31
HSL352.82º49.79%46.08%-
HSV(B)352.82º66.48%69.02%-
XYZ20.6712.847.69-
YUV95.58115.26185.36-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 57.14%
GREEN value IS 59 (23.44% from 255) = 19.16%
BLUE value IS 73 (28.91% from 255) = 23.70%
R=57.14%
G=19.16%
B=23.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176597300.660.590.31352.8249.7946.08
HexB03B490423B1F161322e
Octal26073111010273375416256
Binary1011000011101110010010100001011101111111101100001110010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03B49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03B49; }

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

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

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

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

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

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

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

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