#B04243

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

Shades of Night Shadz #B04243

Tints of Night Shadz #B04243

Color information

#B04243 (or 0xB04243) is unknown color: approx Night Shadz. HEX triplet: B0, 42 and 43. RGB value is (176,66,67). Sum of RGB (Red+Green+Blue) = 176+66+67=309 (40% of max value = 765). Red value is 176 (69.14% from 255 or 56.96% from 309); Green value is 66 (26.17% from 255 or 21.36% from 309); Blue value is 67 (26.56% from 255 or 21.68% from 309); Max value from RGB is 176 - color contains mainly: red. Hex color #B04243 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B04243 is #4FBDBC. Grayscale: #636363. Windows color (decimal): -5225917 or 4407984. OLE color: 4407984.

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

Color convert

RGB1766667-
CMYK00.620.620.31
HSL359.45º45.45%47.45%-
HSV(B)359.45º62.5%69.02%-
XYZ20.8713.536.82-
YUV99109.94182.92-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 56.96%
GREEN value IS 66 (26.17% from 255) = 21.36%
BLUE value IS 67 (26.56% from 255) = 21.68%
R=56.96%
G=21.36%
B=21.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176666700.620.620.31359.4545.4547.45
HexB0424303E3E1F1672d2f
Octal26010210307676375475557
Binary1011000010000101000011011111011111011111101100111101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B04243

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B04243; }

 p { color: rgb(176,66,67); }

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

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

 a { background-color: rgb(176,66,67); }

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

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

 span { border-color: rgb(176,66,67); }

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