#B13351

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

Shades of Old Rose #B13351

Tints of Old Rose #B13351

Color information

#B13351 (or 0xB13351) is unknown color: approx Old Rose. HEX triplet: B1, 33 and 51. RGB value is (177,51,81). Sum of RGB (Red+Green+Blue) = 177+51+81=309 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.28% from 309); Green value is 51 (20.31% from 255 or 16.50% from 309); Blue value is 81 (32.03% from 255 or 26.21% from 309); Max value from RGB is 177 - color contains mainly: red. Hex color #B13351 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B13351 is #4ECCAE. Grayscale: #5C5C5C. Windows color (decimal): -5164207 or 5321649. OLE color: 5321649.

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

Color convert

RGB1775181-
CMYK00.710.540.31
HSL345.71º55.26%44.71%-
HSV(B)345.71º71.19%69.41%-
XYZ20.812.319.06-
YUV92.09121.74188.56-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 57.28%
GREEN value IS 51 (20.31% from 255) = 16.50%
BLUE value IS 81 (32.03% from 255) = 26.21%
R=57.28%
G=16.50%
B=26.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.54
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177518100.710.540.31345.7155.2644.71
HexB13351047361F15a372d
Octal26163121010766375326755
Binary1011000111001110100010100011111011011111101011010110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13351

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13351; }

 p { color: rgb(177,51,81); }

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

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

 a { background-color: rgb(177,51,81); }

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

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

 span { border-color: rgb(177,51,81); }

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