#B14244

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

Shades of Night Shadz #B14244

Tints of Night Shadz #B14244

Color information

#B14244 (or 0xB14244) is unknown color: approx Night Shadz. HEX triplet: B1, 42 and 44. RGB value is (177,66,68). Sum of RGB (Red+Green+Blue) = 177+66+68=311 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.91% from 311); Green value is 66 (26.17% from 255 or 21.22% from 311); Blue value is 68 (26.95% from 255 or 21.86% from 311); Max value from RGB is 177 - color contains mainly: red. Hex color #B14244 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B14244 is #4EBDBB. Grayscale: #636363. Windows color (decimal): -5160380 or 4473521. OLE color: 4473521.

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

Color convert

RGB1776668-
CMYK00.630.620.31
HSL358.92º45.68%47.65%-
HSV(B)358.92º62.71%69.41%-
XYZ21.1213.666.99-
YUV99.42110.27183.34-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 56.91%
GREEN value IS 66 (26.17% from 255) = 21.22%
BLUE value IS 68 (26.95% from 255) = 21.86%
R=56.91%
G=21.22%
B=21.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177666800.630.620.31358.9245.6847.65
HexB1424403F3E1F1672e30
Octal26110210407776375475660
Binary1011000110000101000100011111111111011111101100111101110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B14244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B14244; }

 p { color: rgb(177,66,68); }

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

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

 a { background-color: rgb(177,66,68); }

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

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

 span { border-color: rgb(177,66,68); }

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