#B23945

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

Shades of Old Rose #B23945

Tints of Old Rose #B23945

Color information

#B23945 (or 0xB23945) is unknown color: approx Old Rose. HEX triplet: B2, 39 and 45. RGB value is (178,57,69). Sum of RGB (Red+Green+Blue) = 178+57+69=304 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.55% from 304); Green value is 57 (22.66% from 255 or 18.75% from 304); Blue value is 69 (27.34% from 255 or 22.70% from 304); Max value from RGB is 178 - color contains mainly: red. Hex color #B23945 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23945 is #4DC6BA. Grayscale: #5E5E5E. Windows color (decimal): -5097147 or 4536754. OLE color: 4536754.

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

Color convert

RGB1785769-
CMYK00.680.610.30
HSL354.05º51.49%46.08%-
HSV(B)354.05º67.98%69.8%-
XYZ20.912.827-
YUV94.55113.59187.52-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 58.55%
GREEN value IS 57 (22.66% from 255) = 18.75%
BLUE value IS 69 (27.34% from 255) = 22.70%
R=58.55%
G=18.75%
B=22.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.61
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178576900.680.610.30354.0551.4946.08
HexB239450443D1E162332e
Octal26271105010475365426356
Binary1011001011100110001010100010011110111110101100010110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23945

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23945; }

 p { color: rgb(178,57,69); }

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

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

 a { background-color: rgb(178,57,69); }

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

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

 span { border-color: rgb(178,57,69); }

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