#B13155

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

Shades of Old Rose #B13155

Tints of Old Rose #B13155

Color information

#B13155 (or 0xB13155) is unknown color: approx Old Rose. HEX triplet: B1, 31 and 55. RGB value is (177,49,85). Sum of RGB (Red+Green+Blue) = 177+49+85=311 (41% of max value = 765). Red value is 177 (69.53% from 255 or 56.91% from 311); Green value is 49 (19.53% from 255 or 15.76% from 311); Blue value is 85 (33.59% from 255 or 27.33% from 311); Max value from RGB is 177 - color contains mainly: red. Hex color #B13155 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13155 is #4ECEAA. Grayscale: #5B5B5B. Windows color (decimal): -5164715 or 5583281. OLE color: 5583281.

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

Color convert

RGB1774985-
CMYK00.720.520.31
HSL343.12º56.64%44.31%-
HSV(B)343.12º72.32%69.41%-
XYZ20.8712.29.85-
YUV91.38124.41189.07-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 56.91%
GREEN value IS 49 (19.53% from 255) = 15.76%
BLUE value IS 85 (33.59% from 255) = 27.33%
R=56.91%
G=15.76%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.52
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177498500.720.520.31343.1256.6444.31
HexB13155048341F157392c
Octal26161125011064375277154
Binary1011000111000110101010100100011010011111101010111111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13155

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13155; }

 p { color: rgb(177,49,85); }

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

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

 a { background-color: rgb(177,49,85); }

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

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

 span { border-color: rgb(177,49,85); }

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