#B03846

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

Shades of Old Rose #B03846

Tints of Old Rose #B03846

Color information

#B03846 (or 0xB03846) is unknown color: approx Old Rose. HEX triplet: B0, 38 and 46. RGB value is (176,56,70). Sum of RGB (Red+Green+Blue) = 176+56+70=302 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.28% from 302); Green value is 56 (22.27% from 255 or 18.54% from 302); Blue value is 70 (27.73% from 255 or 23.18% from 302); Max value from RGB is 176 - color contains mainly: red. Hex color #B03846 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03846 is #4FC7B9. Grayscale: #5D5D5D. Windows color (decimal): -5228474 or 4602032. OLE color: 4602032.

HSL color Cylindrical-coordinate representation of color #B03846: hue angle of 353º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B03846 is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB1765670-
CMYK00.680.600.31
HSL353º51.72%45.49%-
HSV(B)353º68.18%69.02%-
XYZ20.4212.57.13-
YUV93.48114.76186.86-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 58.28%
GREEN value IS 56 (22.27% from 255) = 18.54%
BLUE value IS 70 (27.73% from 255) = 23.18%
R=58.28%
G=18.54%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176567000.680.600.3135351.7245.49
HexB038460443C1F161342d
Octal26070106010474375416455
Binary1011000011100010001100100010011110011111101100001110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03846

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03846; }

 p { color: rgb(176,56,70); }

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

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

 a { background-color: rgb(176,56,70); }

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

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

 span { border-color: rgb(176,56,70); }

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