#B13845

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

Shades of Old Rose #B13845

Tints of Old Rose #B13845

Color information

#B13845 (or 0xB13845) is unknown color: approx Old Rose. HEX triplet: B1, 38 and 45. RGB value is (177,56,69). Sum of RGB (Red+Green+Blue) = 177+56+69=302 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.61% from 302); Green value is 56 (22.27% from 255 or 18.54% from 302); Blue value is 69 (27.34% from 255 or 22.85% from 302); Max value from RGB is 177 - color contains mainly: red. Hex color #B13845 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13845 is #4EC7BA. Grayscale: #5D5D5D. Windows color (decimal): -5162939 or 4536497. OLE color: 4536497.

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

Color convert

RGB1775669-
CMYK00.680.610.31
HSL353.55º51.93%45.69%-
HSV(B)353.55º68.36%69.41%-
XYZ20.6212.616.98-
YUV93.66114.09187.44-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 58.61%
GREEN value IS 56 (22.27% from 255) = 18.54%
BLUE value IS 69 (27.34% from 255) = 22.85%
R=58.61%
G=18.54%
B=22.85%

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
Decimal177566900.680.610.31353.5551.9345.69
HexB138450443D1F162342e
Octal26170105010475375426456
Binary1011000111100010001010100010011110111111101100010110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13845; }

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

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

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

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

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

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

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

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