#B13946

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

Shades of Old Rose #B13946

Tints of Old Rose #B13946

Color information

#B13946 (or 0xB13946) is unknown color: approx Old Rose. HEX triplet: B1, 39 and 46. RGB value is (177,57,70). Sum of RGB (Red+Green+Blue) = 177+57+70=304 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.22% from 304); Green value is 57 (22.66% from 255 or 18.75% from 304); Blue value is 70 (27.73% from 255 or 23.03% from 304); Max value from RGB is 177 - color contains mainly: red. Hex color #B13946 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13946 is #4EC6B9. Grayscale: #5E5E5E. Windows color (decimal): -5162682 or 4602289. OLE color: 4602289.

HSL color Cylindrical-coordinate representation of color #B13946: hue angle of 353.5º degrees, saturation: 0.51, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B13946 is Cyan = 0, Magento = 0.68, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB1775770-
CMYK00.680.600.31
HSL353.5º51.28%45.88%-
HSV(B)353.5º67.8%69.41%-
XYZ20.712.727.16-
YUV94.36114.26186.94-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 58.22%
GREEN value IS 57 (22.66% from 255) = 18.75%
BLUE value IS 70 (27.73% from 255) = 23.03%
R=58.22%
G=18.75%
B=23.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177577000.680.600.31353.551.2845.88
HexB139460443C1F162332e
Octal26171106010474375426356
Binary1011000111100110001100100010011110011111101100010110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13946

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13946; }

 p { color: rgb(177,57,70); }

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

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

 a { background-color: rgb(177,57,70); }

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

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

 span { border-color: rgb(177,57,70); }

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