#B2414A

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

Shades of Night Shadz #B2414A

Tints of Night Shadz #B2414A

Color information

#B2414A (or 0xB2414A) is unknown color: approx Night Shadz. HEX triplet: B2, 41 and 4A. RGB value is (178,65,74). Sum of RGB (Red+Green+Blue) = 178+65+74=317 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.15% from 317); Green value is 65 (25.78% from 255 or 20.50% from 317); Blue value is 74 (29.30% from 255 or 23.34% from 317); Max value from RGB is 178 - color contains mainly: red. Hex color #B2414A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2414A is #4DBEB5. Grayscale: #636363. Windows color (decimal): -5095094 or 4866482. OLE color: 4866482.

HSL color Cylindrical-coordinate representation of color #B2414A: hue angle of 355.22º degrees, saturation: 0.47, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #B2414A is Cyan = 0, Magento = 0.63, Yellow = 0.58 and Black (K on CMYK) = 0.30.

Color convert

RGB1786574-
CMYK00.630.580.30
HSL355.22º46.5%47.65%-
HSV(B)355.22º63.48%69.8%-
XYZ21.4913.748-
YUV99.81113.44183.77-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 56.15%
GREEN value IS 65 (25.78% from 255) = 20.50%
BLUE value IS 74 (29.30% from 255) = 23.34%
R=56.15%
G=20.50%
B=23.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178657400.630.580.30355.2246.547.65
HexB2414A03F3A1E1632f30
Octal26210111207772365435760
Binary1011001010000011001010011111111101011110101100011101111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2414A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2414A; }

 p { color: rgb(178,65,74); }

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

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

 a { background-color: rgb(178,65,74); }

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

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

 span { border-color: rgb(178,65,74); }

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