#B13646

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

Shades of Old Rose #B13646

Tints of Old Rose #B13646

Color information

#B13646 (or 0xB13646) is unknown color: approx Old Rose. HEX triplet: B1, 36 and 46. RGB value is (177,54,70). Sum of RGB (Red+Green+Blue) = 177+54+70=301 (39% of max value = 765). Red value is 177 (69.53% from 255 or 58.80% from 301); Green value is 54 (21.48% from 255 or 17.94% from 301); Blue value is 70 (27.73% from 255 or 23.26% from 301); Max value from RGB is 177 - color contains mainly: red. Hex color #B13646 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B13646 is #4EC9B9. Grayscale: #5C5C5C. Windows color (decimal): -5163450 or 4601521. OLE color: 4601521.

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

Color convert

RGB1775470-
CMYK00.690.600.31
HSL352.2º53.25%45.29%-
HSV(B)352.2º69.49%69.41%-
XYZ20.5612.437.11-
YUV92.6115.25188.2-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 58.80%
GREEN value IS 54 (21.48% from 255) = 17.94%
BLUE value IS 70 (27.73% from 255) = 23.26%
R=58.80%
G=17.94%
B=23.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177547000.690.600.31352.253.2545.29
HexB136460453C1F160352d
Octal26166106010574375406555
Binary1011000111011010001100100010111110011111101100000110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B13646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B13646; }

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

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

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

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

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

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

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

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