#B13040

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

Shades of Old Rose #B13040

Tints of Old Rose #B13040

Color information

#B13040 (or 0xB13040) is unknown color: approx Old Rose. HEX triplet: B1, 30 and 40. RGB value is (177,48,64). Sum of RGB (Red+Green+Blue) = 177+48+64=289 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.25% from 289); Green value is 48 (19.14% from 255 or 16.61% from 289); Blue value is 64 (25.39% from 255 or 22.15% from 289); Max value from RGB is 177 - color contains mainly: red. Hex color #B13040 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13040 is #4ECFBF. Grayscale: #585858. Windows color (decimal): -5164992 or 4206769. OLE color: 4206769.

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

Color convert

RGB1774864-
CMYK00.730.640.31
HSL352.56º57.33%44.12%-
HSV(B)352.56º72.88%69.41%-
XYZ20.1111.836.07-
YUV88.4114.24191.2-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 61.25%
GREEN value IS 48 (19.14% from 255) = 16.61%
BLUE value IS 64 (25.39% from 255) = 22.15%
R=61.25%
G=16.61%
B=22.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177486400.730.640.31352.5657.3344.12
HexB13040049401F161392c
Octal261601000111100375417154
Binary10110001110000100000001001001100000011111101100001111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13040; }

 p { color: rgb(177,48,64); }

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

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

 a { background-color: rgb(177,48,64); }

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

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

 span { border-color: rgb(177,48,64); }

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