#B04445

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

Shades of Night Shadz #B04445

Tints of Night Shadz #B04445

Color information

#B04445 (or 0xB04445) is unknown color: approx Night Shadz. HEX triplet: B0, 44 and 45. RGB value is (176,68,69). Sum of RGB (Red+Green+Blue) = 176+68+69=313 (41% of max value = 765). Red value is 176 (69.14% from 255 or 56.23% from 313); Green value is 68 (26.95% from 255 or 21.73% from 313); Blue value is 69 (27.34% from 255 or 22.04% from 313); Max value from RGB is 176 - color contains mainly: red. Hex color #B04445 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04445 is #4FBBBA. Grayscale: #646464. Windows color (decimal): -5225403 or 4539568. OLE color: 4539568.

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

Color convert

RGB1766869-
CMYK00.610.610.31
HSL359.44º44.26%47.84%-
HSV(B)359.44º61.36%69.02%-
XYZ21.0513.797.18-
YUV100.41110.28181.92-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 56.23%
GREEN value IS 68 (26.95% from 255) = 21.73%
BLUE value IS 69 (27.34% from 255) = 22.04%
R=56.23%
G=21.73%
B=22.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176686900.610.610.31359.4444.2647.84
HexB0444503D3D1F1672c30
Octal26010410507575375475460
Binary1011000010001001000101011110111110111111101100111101100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04445; }

 p { color: rgb(176,68,69); }

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

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

 a { background-color: rgb(176,68,69); }

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

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

 span { border-color: rgb(176,68,69); }

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