#B23351

Color #B23351 Old Rose (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Old Rose #B23351

Tints of Old Rose #B23351

Color information

#B23351 (or 0xB23351) is unknown color: approx Old Rose. HEX triplet: B2, 33 and 51. RGB value is (178,51,81). Sum of RGB (Red+Green+Blue) = 178+51+81=310 (41% of max value = 765). Red value is 178 (69.92% from 255 or 57.42% from 310); Green value is 51 (20.31% from 255 or 16.45% from 310); Blue value is 81 (32.03% from 255 or 26.13% from 310); Max value from RGB is 178 - color contains mainly: red. Hex color #B23351 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B23351 is #4DCCAE. Grayscale: #5C5C5C. Windows color (decimal): -5098671 or 5321650. OLE color: 5321650.

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

Color convert

RGB1785181-
CMYK00.710.540.30
HSL345.83º55.46%44.9%-
HSV(B)345.83º71.35%69.8%-
XYZ21.0312.439.07-
YUV92.39121.58189.06-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 57.42%
GREEN value IS 51 (20.31% from 255) = 16.45%
BLUE value IS 81 (32.03% from 255) = 26.13%
R=57.42%
G=16.45%
B=26.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178518100.710.540.30345.8355.4644.9
HexB23351047361E15a372d
Octal26263121010766365326755
Binary1011001011001110100010100011111011011110101011010110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23351; }

 p { color: rgb(178,51,81); }

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

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

 a { background-color: rgb(178,51,81); }

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

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

 span { border-color: rgb(178,51,81); }

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