#b03441

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

Shades of Old Rose #B03441

Tints of Old Rose #B03441

Color information

#B03441 (or 0xB03441) is unknown color: approx Old Rose. HEX triplet: B0, 34 and 41. RGB value is (176,52,65). Sum of RGB (Red+Green+Blue) = 176+52+65=293 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.07% from 293); Green value is 52 (20.70% from 255 or 17.75% from 293); Blue value is 65 (25.78% from 255 or 22.18% from 293); Max value from RGB is 176 - color contains mainly: red. Hex color #B03441 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03441 is #4FCBBE. Grayscale: #5A5A5A. Windows color (decimal): -5229503 or 4273328. OLE color: 4273328.

HSL color Cylindrical-coordinate representation of color #B03441: hue angle of 353.71º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B03441 is Cyan = 0, Magento = 0.70, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB1765265-
CMYK00.700.630.31
HSL353.71º54.39%44.71%-
HSV(B)353.71º70.45%69.02%-
XYZ20.0912.076.27-
YUV90.56113.58188.94-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 60.07%
GREEN value IS 52 (20.70% from 255) = 17.75%
BLUE value IS 65 (25.78% from 255) = 22.18%
R=60.07%
G=17.75%
B=22.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176526500.700.630.31353.7154.3944.71
HexB034410463F1F162362d
Octal26064101010677375426655
Binary1011000011010010000010100011011111111111101100010110110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b03441

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b03441; }

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

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

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

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

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

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

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

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