#B23D4C

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

Shades of Night Shadz #B23D4C

Tints of Night Shadz #B23D4C

Color information

#B23D4C (or 0xB23D4C) is unknown color: approx Night Shadz. HEX triplet: B2, 3D and 4C. RGB value is (178,61,76). Sum of RGB (Red+Green+Blue) = 178+61+76=315 (41% of max value = 765). Red value is 178 (69.92% from 255 or 56.51% from 315); Green value is 61 (24.22% from 255 or 19.37% from 315); Blue value is 76 (30.08% from 255 or 24.13% from 315); Max value from RGB is 178 - color contains mainly: red. Hex color #B23D4C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23D4C is #4DC2B3. Grayscale: #616161. Windows color (decimal): -5096116 or 4996530. OLE color: 4996530.

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

Color convert

RGB1786176-
CMYK00.660.570.30
HSL352.31º48.95%46.86%-
HSV(B)352.31º65.73%69.8%-
XYZ21.3313.328.28-
YUV97.69115.76185.28-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 56.51%
GREEN value IS 61 (24.22% from 255) = 19.37%
BLUE value IS 76 (30.08% from 255) = 24.13%
R=56.51%
G=19.37%
B=24.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.57
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178617600.660.570.30352.3148.9546.86
HexB23D4C042391E160312f
Octal26275114010271365406157
Binary1011001011110110011000100001011100111110101100000110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23D4C; }

 p { color: rgb(178,61,76); }

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

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

 a { background-color: rgb(178,61,76); }

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

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

 span { border-color: rgb(178,61,76); }

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