#B23944

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

Shades of Old Rose #B23944

Tints of Old Rose #B23944

Color information

#B23944 (or 0xB23944) is unknown color: approx Old Rose. HEX triplet: B2, 39 and 44. RGB value is (178,57,68). Sum of RGB (Red+Green+Blue) = 178+57+68=303 (40% of max value = 765). Red value is 178 (69.92% from 255 or 58.75% from 303); Green value is 57 (22.66% from 255 or 18.81% from 303); Blue value is 68 (26.95% from 255 or 22.44% from 303); Max value from RGB is 178 - color contains mainly: red. Hex color #B23944 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B23944 is #4DC6BB. Grayscale: #5E5E5E. Windows color (decimal): -5097148 or 4471218. OLE color: 4471218.

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

Color convert

RGB1785768-
CMYK00.680.620.30
HSL354.55º51.49%46.08%-
HSV(B)354.55º67.98%69.8%-
XYZ20.8712.816.84-
YUV94.43113.09187.61-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 58.75%
GREEN value IS 57 (22.66% from 255) = 18.81%
BLUE value IS 68 (26.95% from 255) = 22.44%
R=58.75%
G=18.81%
B=22.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.62
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178576800.680.620.30354.5551.4946.08
HexB239440443E1E163332e
Octal26271104010476365436356
Binary1011001011100110001000100010011111011110101100011110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B23944

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B23944; }

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

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

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

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

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

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

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

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