#B13448

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

Shades of Old Rose #B13448

Tints of Old Rose #B13448

Color information

#B13448 (or 0xB13448) is unknown color: approx Old Rose. HEX triplet: B1, 34 and 48. RGB value is (177,52,72). Sum of RGB (Red+Green+Blue) = 177+52+72=301 (39% of max value = 765). Red value is 177 (69.53% from 255 or 58.80% from 301); Green value is 52 (20.70% from 255 or 17.28% from 301); Blue value is 72 (28.52% from 255 or 23.92% from 301); Max value from RGB is 177 - color contains mainly: red. Hex color #B13448 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13448 is #4ECBB7. Grayscale: #5B5B5B. Windows color (decimal): -5163960 or 4732081. OLE color: 4732081.

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

Color convert

RGB1775272-
CMYK00.710.590.31
HSL350.4º54.59%44.9%-
HSV(B)350.4º70.62%69.41%-
XYZ20.5312.277.42-
YUV91.65116.91188.87-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 58.80%
GREEN value IS 52 (20.70% from 255) = 17.28%
BLUE value IS 72 (28.52% from 255) = 23.92%
R=58.80%
G=17.28%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177527200.710.590.31350.454.5944.9
HexB134480473B1F15e372d
Octal26164110010773375366755
Binary1011000111010010010000100011111101111111101011110110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13448

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13448; }

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

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

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

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

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

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

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

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