#B03740

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

Shades of Old Rose #B03740

Tints of Old Rose #B03740

Color information

#B03740 (or 0xB03740) is unknown color: approx Old Rose. HEX triplet: B0, 37 and 40. RGB value is (176,55,64). Sum of RGB (Red+Green+Blue) = 176+55+64=295 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.66% from 295); Green value is 55 (21.88% from 255 or 18.64% from 295); Blue value is 64 (25.39% from 255 or 21.69% from 295); Max value from RGB is 176 - color contains mainly: red. Hex color #B03740 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03740 is #4FC8BF. Grayscale: #5C5C5C. Windows color (decimal): -5228736 or 4208560. OLE color: 4208560.

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

Color convert

RGB1765564-
CMYK00.690.640.31
HSL355.54º52.38%45.29%-
HSV(B)355.54º68.75%69.02%-
XYZ20.212.336.17-
YUV92.2112.09187.77-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 59.66%
GREEN value IS 55 (21.88% from 255) = 18.64%
BLUE value IS 64 (25.39% from 255) = 21.69%
R=59.66%
G=18.64%
B=21.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176556400.690.640.31355.5452.3845.29
HexB03740045401F164342d
Octal260671000105100375446455
Binary10110000110111100000001000101100000011111101100100110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03740; }

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

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

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

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

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

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

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

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