#B23948

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

Shades of Old Rose #B23948

Tints of Old Rose #B23948

Color information

#B23948 (or 0xB23948) is unknown color: approx Old Rose. HEX triplet: B2, 39 and 48. RGB value is (178,57,72). Sum of RGB (Red+Green+Blue) = 178+57+72=307 (40% of max value = 765). Red value is 178 (69.92% from 255 or 57.98% from 307); Green value is 57 (22.66% from 255 or 18.57% from 307); Blue value is 72 (28.52% from 255 or 23.45% from 307); Max value from RGB is 178 - color contains mainly: red. Hex color #B23948 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23948 is #4DC6B7. Grayscale: #5E5E5E. Windows color (decimal): -5097144 or 4733362. OLE color: 4733362.

HSL color Cylindrical-coordinate representation of color #B23948: hue angle of 352.56º 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 #B23948 is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.30.

Color convert

RGB1785772-
CMYK00.680.600.30
HSL352.56º51.49%46.08%-
HSV(B)352.56º67.98%69.8%-
XYZ20.9912.867.51-
YUV94.89115.09187.28-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 57.98%
GREEN value IS 57 (22.66% from 255) = 18.57%
BLUE value IS 72 (28.52% from 255) = 23.45%
R=57.98%
G=18.57%
B=23.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178577200.680.600.30352.5651.4946.08
HexB239480443C1E161332e
Octal26271110010474365416356
Binary1011001011100110010000100010011110011110101100001110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23948; }

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

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

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

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

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

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

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

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