#B03040

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

Shades of Old Rose #B03040

Tints of Old Rose #B03040

Color information

#B03040 (or 0xB03040) is unknown color: approx Old Rose. HEX triplet: B0, 30 and 40. RGB value is (176,48,64). Sum of RGB (Red+Green+Blue) = 176+48+64=288 (38% of max value = 765). Red value is 176 (69.14% from 255 or 61.11% from 288); Green value is 48 (19.14% from 255 or 16.67% from 288); Blue value is 64 (25.39% from 255 or 22.22% from 288); Max value from RGB is 176 - color contains mainly: red. Hex color #B03040 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03040 is #4FCFBF. Grayscale: #585858. Windows color (decimal): -5230528 or 4206768. OLE color: 4206768.

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

Color convert

RGB1764864-
CMYK00.730.640.31
HSL352.5º57.14%43.92%-
HSV(B)352.5º72.73%69.02%-
XYZ19.8911.716.06-
YUV88.1114.41190.7-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 61.11%
GREEN value IS 48 (19.14% from 255) = 16.67%
BLUE value IS 64 (25.39% from 255) = 22.22%
R=61.11%
G=16.67%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176486400.730.640.31352.557.1443.92
HexB03040049401F160392c
Octal260601000111100375407154
Binary10110000110000100000001001001100000011111101100000111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03040; }

 p { color: rgb(176,48,64); }

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

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

 a { background-color: rgb(176,48,64); }

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

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

 span { border-color: rgb(176,48,64); }

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