#B03D41

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

Shades of Old Rose #B03D41

Tints of Old Rose #B03D41

Color information

#B03D41 (or 0xB03D41) is unknown color: approx Old Rose. HEX triplet: B0, 3D and 41. RGB value is (176,61,65). Sum of RGB (Red+Green+Blue) = 176+61+65=302 (40% of max value = 765). Red value is 176 (69.14% from 255 or 58.28% from 302); Green value is 61 (24.22% from 255 or 20.20% from 302); Blue value is 65 (25.78% from 255 or 21.52% from 302); Max value from RGB is 176 - color contains mainly: red. Hex color #B03D41 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B03D41 is #4FC2BE. Grayscale: #5F5F5F. Windows color (decimal): -5227199 or 4275632. OLE color: 4275632.

HSL color Cylindrical-coordinate representation of color #B03D41: hue angle of 357.91º degrees, saturation: 0.49, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #B03D41 is Cyan = 0, Magento = 0.65, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB1766165-
CMYK00.650.630.31
HSL357.91º48.52%46.47%-
HSV(B)357.91º65.34%69.02%-
XYZ20.5312.956.42-
YUV95.84110.6185.17-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 58.28%
GREEN value IS 61 (24.22% from 255) = 20.20%
BLUE value IS 65 (25.78% from 255) = 21.52%
R=58.28%
G=20.20%
B=21.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.63
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176616500.650.630.31357.9148.5246.47
HexB03D410413F1F166312e
Octal26075101010177375466156
Binary1011000011110110000010100000111111111111101100110110001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B03D41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B03D41; }

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

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

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

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

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

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

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

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