#B13948

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

Shades of Old Rose #B13948

Tints of Old Rose #B13948

Color information

#B13948 (or 0xB13948) is unknown color: approx Old Rose. HEX triplet: B1, 39 and 48. RGB value is (177,57,72). Sum of RGB (Red+Green+Blue) = 177+57+72=306 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.84% from 306); Green value is 57 (22.66% from 255 or 18.63% from 306); Blue value is 72 (28.52% from 255 or 23.53% from 306); Max value from RGB is 177 - color contains mainly: red. Hex color #B13948 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13948 is #4EC6B7. Grayscale: #5E5E5E. Windows color (decimal): -5162680 or 4733361. OLE color: 4733361.

HSL color Cylindrical-coordinate representation of color #B13948: hue angle of 352.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 #B13948 is Cyan = 0, Magento = 0.68, Yellow = 0.59 and Black (K on CMYK) = 0.31.

Color convert

RGB1775772-
CMYK00.680.590.31
HSL352.5º51.28%45.88%-
HSV(B)352.5º67.8%69.41%-
XYZ20.7612.747.5-
YUV94.59115.26186.78-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 57.84%
GREEN value IS 57 (22.66% from 255) = 18.63%
BLUE value IS 72 (28.52% from 255) = 23.53%
R=57.84%
G=18.63%
B=23.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177577200.680.590.31352.551.2845.88
HexB139480443B1F160332e
Octal26171110010473375406356
Binary1011000111100110010000100010011101111111101100000110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13948; }

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

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

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

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

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

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

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

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