#b23a52

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

Shades of Night Shadz #B23A52

Tints of Night Shadz #B23A52

Color information

#B23A52 (or 0xB23A52) is unknown color: approx Night Shadz. HEX triplet: B2, 3A and 52. RGB value is (178,58,82). Sum of RGB (Red+Green+Blue) = 178+58+82=318 (42% of max value = 765). Red value is 178 (69.92% from 255 or 55.97% from 318); Green value is 58 (23.05% from 255 or 18.24% from 318); Blue value is 82 (32.42% from 255 or 25.79% from 318); Max value from RGB is 178 - color contains mainly: red. Hex color #B23A52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23A52 is #4DC5AD. Grayscale: #606060. Windows color (decimal): -5096878 or 5388978. OLE color: 5388978.

HSL color Cylindrical-coordinate representation of color #B23A52: hue angle of 348º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #B23A52 is Cyan = 0, Magento = 0.67, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB1785882-
CMYK00.670.540.30
HSL348º50.85%46.27%-
HSV(B)348º67.42%69.8%-
XYZ21.413.19.38-
YUV96.62119.76186.05-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 55.97%
GREEN value IS 58 (23.05% from 255) = 18.24%
BLUE value IS 82 (32.42% from 255) = 25.79%
R=55.97%
G=18.24%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178588200.670.540.3034850.8546.27
HexB23A52043361E15c332e
Octal26272122010366365346356
Binary1011001011101010100100100001111011011110101011100110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b23a52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b23a52; }

 p { color: rgb(178,58,82); }

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

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

 a { background-color: rgb(178,58,82); }

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

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

 span { border-color: rgb(178,58,82); }

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