#B03741

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

Shades of Old Rose #B03741

Tints of Old Rose #B03741

Color information

#B03741 (or 0xB03741) is unknown color: approx Old Rose. HEX triplet: B0, 37 and 41. RGB value is (176,55,65). Sum of RGB (Red+Green+Blue) = 176+55+65=296 (39% of max value = 765). Red value is 176 (69.14% from 255 or 59.46% from 296); Green value is 55 (21.88% from 255 or 18.58% from 296); Blue value is 65 (25.78% from 255 or 21.96% from 296); Max value from RGB is 176 - color contains mainly: red. Hex color #B03741 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03741 is #4FC8BE. Grayscale: #5C5C5C. Windows color (decimal): -5228735 or 4274096. OLE color: 4274096.

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

Color convert

RGB1765565-
CMYK00.690.630.31
HSL355.04º52.38%45.29%-
HSV(B)355.04º68.75%69.02%-
XYZ20.2212.346.32-
YUV92.32112.59187.69-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 59.46%
GREEN value IS 55 (21.88% from 255) = 18.58%
BLUE value IS 65 (25.78% from 255) = 21.96%
R=59.46%
G=18.58%
B=21.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176556500.690.630.31355.0452.3845.29
HexB037410453F1F163342d
Octal26067101010577375436455
Binary1011000011011110000010100010111111111111101100011110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03741; }

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

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

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

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

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

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

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

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