#B13249

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

Shades of Old Rose #B13249

Tints of Old Rose #B13249

Color information

#B13249 (or 0xB13249) is unknown color: approx Old Rose. HEX triplet: B1, 32 and 49. RGB value is (177,50,73). Sum of RGB (Red+Green+Blue) = 177+50+73=300 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59% from 300); Green value is 50 (19.92% from 255 or 16.67% from 300); Blue value is 73 (28.91% from 255 or 24.33% from 300); Max value from RGB is 177 - color contains mainly: red. Hex color #B13249 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13249 is #4ECDB6. Grayscale: #5A5A5A. Windows color (decimal): -5164471 or 4797105. OLE color: 4797105.

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

Color convert

RGB1775073-
CMYK00.720.590.31
HSL349.13º55.95%44.51%-
HSV(B)349.13º71.75%69.41%-
XYZ20.4712.117.56-
YUV90.6118.08189.63-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 59%
GREEN value IS 50 (19.92% from 255) = 16.67%
BLUE value IS 73 (28.91% from 255) = 24.33%
R=59%
G=16.67%
B=24.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177507300.720.590.31349.1355.9544.51
HexB132490483B1F15d382d
Octal26162111011073375357055
Binary1011000111001010010010100100011101111111101011101111000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13249

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13249; }

 p { color: rgb(177,50,73); }

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

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

 a { background-color: rgb(177,50,73); }

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

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

 span { border-color: rgb(177,50,73); }

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