#B03845

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

Shades of Old Rose #B03845

Tints of Old Rose #B03845

Color information

#B03845 (or 0xB03845) is unknown color: approx Old Rose. HEX triplet: B0, 38 and 45. RGB value is (176,56,69). Sum of RGB (Red+Green+Blue) = 176+56+69=301 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.47% from 301); Green value is 56 (22.27% from 255 or 18.60% from 301); Blue value is 69 (27.34% from 255 or 22.92% from 301); Max value from RGB is 176 - color contains mainly: red. Hex color #B03845 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03845 is #4FC7BA. Grayscale: #5D5D5D. Windows color (decimal): -5228475 or 4536496. OLE color: 4536496.

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

Color convert

RGB1765669-
CMYK00.680.610.31
HSL353.5º51.72%45.49%-
HSV(B)353.5º68.18%69.02%-
XYZ20.3912.496.97-
YUV93.36114.26186.94-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 58.47%
GREEN value IS 56 (22.27% from 255) = 18.60%
BLUE value IS 69 (27.34% from 255) = 22.92%
R=58.47%
G=18.60%
B=22.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176566900.680.610.31353.551.7245.49
HexB038450443D1F162342d
Octal26070105010475375426455
Binary1011000011100010001010100010011110111111101100010110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03845; }

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

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

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

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

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

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

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

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