#B13347

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

Shades of Old Rose #B13347

Tints of Old Rose #B13347

Color information

#B13347 (or 0xB13347) is unknown color: approx Old Rose. HEX triplet: B1, 33 and 47. RGB value is (177,51,71). Sum of RGB (Red+Green+Blue) = 177+51+71=299 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.20% from 299); Green value is 51 (20.31% from 255 or 17.06% from 299); Blue value is 71 (28.12% from 255 or 23.75% from 299); Max value from RGB is 177 - color contains mainly: red. Hex color #B13347 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13347 is #4ECCB8. Grayscale: #5B5B5B. Windows color (decimal): -5164217 or 4666289. OLE color: 4666289.

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

Color convert

RGB1775171-
CMYK00.710.600.31
HSL350.48º55.26%44.71%-
HSV(B)350.48º71.19%69.41%-
XYZ20.4512.177.23-
YUV90.95116.74189.37-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 59.20%
GREEN value IS 51 (20.31% from 255) = 17.06%
BLUE value IS 71 (28.12% from 255) = 23.75%
R=59.20%
G=17.06%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177517100.710.600.31350.4855.2644.71
HexB133470473C1F15e372d
Octal26163107010774375366755
Binary1011000111001110001110100011111110011111101011110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13347

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13347; }

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

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

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

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

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

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

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

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