#B03748

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

Shades of Old Rose #B03748

Tints of Old Rose #B03748

Color information

#B03748 (or 0xB03748) is unknown color: approx Old Rose. HEX triplet: B0, 37 and 48. RGB value is (176,55,72). Sum of RGB (Red+Green+Blue) = 176+55+72=303 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.09% from 303); Green value is 55 (21.88% from 255 or 18.15% from 303); Blue value is 72 (28.52% from 255 or 23.76% from 303); Max value from RGB is 176 - color contains mainly: red. Hex color #B03748 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03748 is #4FC8B7. Grayscale: #5D5D5D. Windows color (decimal): -5228728 or 4732848. OLE color: 4732848.

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

Color convert

RGB1765572-
CMYK00.690.590.31
HSL351.57º52.38%45.29%-
HSV(B)351.57º68.75%69.02%-
XYZ20.4412.437.45-
YUV93.12116.09187.12-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 58.09%
GREEN value IS 55 (21.88% from 255) = 18.15%
BLUE value IS 72 (28.52% from 255) = 23.76%
R=58.09%
G=18.15%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.59
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176557200.690.590.31351.5752.3845.29
HexB037480453B1F160342d
Octal26067110010573375406455
Binary1011000011011110010000100010111101111111101100000110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03748

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03748; }

 p { color: rgb(176,55,72); }

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

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

 a { background-color: rgb(176,55,72); }

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

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

 span { border-color: rgb(176,55,72); }

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