#B23946

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

Shades of Old Rose #B23946

Tints of Old Rose #B23946

Color information

#B23946 (or 0xB23946) is unknown color: approx Old Rose. HEX triplet: B2, 39 and 46. RGB value is (178,57,70). Sum of RGB (Red+Green+Blue) = 178+57+70=305 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.36% from 305); Green value is 57 (22.66% from 255 or 18.69% from 305); Blue value is 70 (27.73% from 255 or 22.95% from 305); Max value from RGB is 178 - color contains mainly: red. Hex color #B23946 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23946 is #4DC6B9. Grayscale: #5E5E5E. Windows color (decimal): -5097146 or 4602290. OLE color: 4602290.

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

Color convert

RGB1785770-
CMYK00.680.610.30
HSL353.55º51.49%46.08%-
HSV(B)353.55º67.98%69.8%-
XYZ20.9312.837.17-
YUV94.66114.09187.44-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 58.36%
GREEN value IS 57 (22.66% from 255) = 18.69%
BLUE value IS 70 (27.73% from 255) = 22.95%
R=58.36%
G=18.69%
B=22.95%

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
Decimal178577000.680.610.30353.5551.4946.08
HexB239460443D1E162332e
Octal26271106010475365426356
Binary1011001011100110001100100010011110111110101100010110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23946; }

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

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

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

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

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

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

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

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