#B03645

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

Shades of Old Rose #B03645

Tints of Old Rose #B03645

Color information

#B03645 (or 0xB03645) is unknown color: approx Old Rose. HEX triplet: B0, 36 and 45. RGB value is (176,54,69). Sum of RGB (Red+Green+Blue) = 176+54+69=299 (39% of max value = 765). Red value is 176 (69.14% from 255 or 58.86% from 299); Green value is 54 (21.48% from 255 or 18.06% from 299); Blue value is 69 (27.34% from 255 or 23.08% from 299); Max value from RGB is 176 - color contains mainly: red. Hex color #B03645 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03645 is #4FC9BA. Grayscale: #5C5C5C. Windows color (decimal): -5228987 or 4535984. OLE color: 4535984.

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

Color convert

RGB1765469-
CMYK00.690.610.31
HSL352.62º53.04%45.1%-
HSV(B)352.62º69.32%69.02%-
XYZ20.312.36.93-
YUV92.19114.92187.78-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 58.86%
GREEN value IS 54 (21.48% from 255) = 18.06%
BLUE value IS 69 (27.34% from 255) = 23.08%
R=58.86%
G=18.06%
B=23.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.61
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176546900.690.610.31352.6253.0445.1
HexB036450453D1F161352d
Octal26066105010575375416555
Binary1011000011011010001010100010111110111111101100001110101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03645

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03645; }

 p { color: rgb(176,54,69); }

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

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

 a { background-color: rgb(176,54,69); }

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

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

 span { border-color: rgb(176,54,69); }

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