#B13640

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

Shades of Old Rose #B13640

Tints of Old Rose #B13640

Color information

#B13640 (or 0xB13640) is unknown color: approx Old Rose. HEX triplet: B1, 36 and 40. RGB value is (177,54,64). Sum of RGB (Red+Green+Blue) = 177+54+64=295 (39% of max value = 765). Red value is 177 (69.53% from 255 or 60% from 295); Green value is 54 (21.48% from 255 or 18.31% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 177 - color contains mainly: red. Hex color #B13640 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13640 is #4EC9BF. Grayscale: #5C5C5C. Windows color (decimal): -5163456 or 4208305. OLE color: 4208305.

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

Color convert

RGB1775464-
CMYK00.690.640.31
HSL355.12º53.25%45.29%-
HSV(B)355.12º69.49%69.41%-
XYZ20.3812.366.16-
YUV91.92112.25188.69-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 60%
GREEN value IS 54 (21.48% from 255) = 18.31%
BLUE value IS 64 (25.39% from 255) = 21.69%
R=60%
G=18.31%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177546400.690.640.31355.1253.2545.29
HexB13640045401F163352d
Octal261661000105100375436555
Binary10110001110110100000001000101100000011111101100011110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13640; }

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

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

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

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

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

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

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

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