#B13D44

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

Shades of Old Rose #B13D44

Tints of Old Rose #B13D44

Color information

#B13D44 (or 0xB13D44) is unknown color: approx Old Rose. HEX triplet: B1, 3D and 44. RGB value is (177,61,68). Sum of RGB (Red+Green+Blue) = 177+61+68=306 (40% of max value = 765). Red value is 177 (69.53% from 255 or 57.84% from 306); Green value is 61 (24.22% from 255 or 19.93% from 306); Blue value is 68 (26.95% from 255 or 22.22% from 306); Max value from RGB is 177 - color contains mainly: red. Hex color #B13D44 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13D44 is #4EC2BB. Grayscale: #606060. Windows color (decimal): -5161660 or 4472241. OLE color: 4472241.

HSL color Cylindrical-coordinate representation of color #B13D44: hue angle of 356.38º degrees, saturation: 0.49, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #B13D44 is Cyan = 0, Magento = 0.66, Yellow = 0.62 and Black (K on CMYK) = 0.31.

Color convert

RGB1776168-
CMYK00.660.620.31
HSL356.38º48.74%46.67%-
HSV(B)356.38º65.54%69.41%-
XYZ20.8413.16.9-
YUV96.48111.93185.43-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 57.84%
GREEN value IS 61 (24.22% from 255) = 19.93%
BLUE value IS 68 (26.95% from 255) = 22.22%
R=57.84%
G=19.93%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177616800.660.620.31356.3848.7446.67
HexB13D440423E1F164312f
Octal26175104010276375446157
Binary1011000111110110001000100001011111011111101100100110001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13D44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13D44; }

 p { color: rgb(177,61,68); }

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

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

 a { background-color: rgb(177,61,68); }

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

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

 span { border-color: rgb(177,61,68); }

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