#B13153

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

Shades of Old Rose #B13153

Tints of Old Rose #B13153

Color information

#B13153 (or 0xB13153) is unknown color: approx Old Rose. HEX triplet: B1, 31 and 53. RGB value is (177,49,83). Sum of RGB (Red+Green+Blue) = 177+49+83=309 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.28% from 309); Green value is 49 (19.53% from 255 or 15.86% from 309); Blue value is 83 (32.81% from 255 or 26.86% from 309); Max value from RGB is 177 - color contains mainly: red. Hex color #B13153 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13153 is #4ECEAC. Grayscale: #5B5B5B. Windows color (decimal): -5164717 or 5452209. OLE color: 5452209.

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

Color convert

RGB1774983-
CMYK00.720.530.31
HSL344.06º56.64%44.31%-
HSV(B)344.06º72.32%69.41%-
XYZ20.7912.179.44-
YUV91.15123.41189.24-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 57.28%
GREEN value IS 49 (19.53% from 255) = 15.86%
BLUE value IS 83 (32.81% from 255) = 26.86%
R=57.28%
G=15.86%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.53
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177498300.720.530.31344.0656.6444.31
HexB13153048351F158392c
Octal26161123011065375307154
Binary1011000111000110100110100100011010111111101011000111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13153

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13153; }

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

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

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

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

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

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

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

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