#B13643

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

Shades of Old Rose #B13643

Tints of Old Rose #B13643

Color information

#B13643 (or 0xB13643) is unknown color: approx Old Rose. HEX triplet: B1, 36 and 43. RGB value is (177,54,67). Sum of RGB (Red+Green+Blue) = 177+54+67=298 (39% of max value = 765). Red value is 177 (69.53% from 255 or 59.40% from 298); Green value is 54 (21.48% from 255 or 18.12% from 298); Blue value is 67 (26.56% from 255 or 22.48% from 298); Max value from RGB is 177 - color contains mainly: red. Hex color #B13643 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13643 is #4EC9BC. Grayscale: #5C5C5C. Windows color (decimal): -5163453 or 4404913. OLE color: 4404913.

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

Color convert

RGB1775467-
CMYK00.690.620.31
HSL353.66º53.25%45.29%-
HSV(B)353.66º69.49%69.41%-
XYZ20.4612.396.62-
YUV92.26113.75188.44-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 59.40%
GREEN value IS 54 (21.48% from 255) = 18.12%
BLUE value IS 67 (26.56% from 255) = 22.48%
R=59.40%
G=18.12%
B=22.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.62
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177546700.690.620.31353.6653.2545.29
HexB136430453E1F162352d
Octal26166103010576375426555
Binary1011000111011010000110100010111111011111101100010110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13643; }

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

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

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

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

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

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

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

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