#B13844

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

Shades of Old Rose #B13844

Tints of Old Rose #B13844

Color information

#B13844 (or 0xB13844) is unknown color: approx Old Rose. HEX triplet: B1, 38 and 44. RGB value is (177,56,68). Sum of RGB (Red+Green+Blue) = 177+56+68=301 (39% of max value = 765). Red value is 177 (69.53% from 255 or 58.80% from 301); Green value is 56 (22.27% from 255 or 18.60% from 301); Blue value is 68 (26.95% from 255 or 22.59% from 301); Max value from RGB is 177 - color contains mainly: red. Hex color #B13844 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13844 is #4EC7BB. Grayscale: #5D5D5D. Windows color (decimal): -5162940 or 4470961. OLE color: 4470961.

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

Color convert

RGB1775668-
CMYK00.680.620.31
HSL354.05º51.93%45.69%-
HSV(B)354.05º68.36%69.41%-
XYZ20.5912.596.81-
YUV93.55113.59187.52-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 58.80%
GREEN value IS 56 (22.27% from 255) = 18.60%
BLUE value IS 68 (26.95% from 255) = 22.59%
R=58.80%
G=18.60%
B=22.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177566800.680.620.31354.0551.9345.69
HexB138440443E1F162342e
Octal26170104010476375426456
Binary1011000111100010001000100010011111011111101100010110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13844

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13844; }

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

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

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

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

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

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

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

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