#B23544

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

Shades of Old Rose #B23544

Tints of Old Rose #B23544

Color information

#B23544 (or 0xB23544) is unknown color: approx Old Rose. HEX triplet: B2, 35 and 44. RGB value is (178,53,68). Sum of RGB (Red+Green+Blue) = 178+53+68=299 (39% of max value = 765). Red value is 178 (69.92% from 255 or 59.53% from 299); Green value is 53 (21.09% from 255 or 17.73% from 299); Blue value is 68 (26.95% from 255 or 22.74% from 299); Max value from RGB is 178 - color contains mainly: red. Hex color #B23544 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23544 is #4DCABB. Grayscale: #5C5C5C. Windows color (decimal): -5098172 or 4470194. OLE color: 4470194.

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

Color convert

RGB1785368-
CMYK00.700.620.30
HSL352.8º54.11%45.29%-
HSV(B)352.8º70.22%69.8%-
XYZ20.6812.436.78-
YUV92.08114.41189.28-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 59.53%
GREEN value IS 53 (21.09% from 255) = 17.73%
BLUE value IS 68 (26.95% from 255) = 22.74%
R=59.53%
G=17.73%
B=22.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.62
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178536800.700.620.30352.854.1145.29
HexB235440463E1E161362d
Octal26265104010676365416655
Binary1011001011010110001000100011011111011110101100001110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23544; }

 p { color: rgb(178,53,68); }

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

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

 a { background-color: rgb(178,53,68); }

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

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

 span { border-color: rgb(178,53,68); }

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