#B0313F

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

Shades of Old Rose #B0313F

Tints of Old Rose #B0313F

Color information

#B0313F (or 0xB0313F) is unknown color: approx Old Rose. HEX triplet: B0, 31 and 3F. RGB value is (176,49,63). Sum of RGB (Red+Green+Blue) = 176+49+63=288 (38% of max value = 765). Red value is 176 (69.14% from 255 or 61.11% from 288); Green value is 49 (19.53% from 255 or 17.01% from 288); Blue value is 63 (25% from 255 or 21.88% from 288); Max value from RGB is 176 - color contains mainly: red. Hex color #B0313F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B0313F is #4FCEC0. Grayscale: #585858. Windows color (decimal): -5230273 or 4141488. OLE color: 4141488.

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

Color convert

RGB1764963-
CMYK00.720.640.31
HSL353.39º56.44%44.12%-
HSV(B)353.39º72.16%69.02%-
XYZ19.911.795.93-
YUV88.57113.58190.36-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 61.11%
GREEN value IS 49 (19.53% from 255) = 17.01%
BLUE value IS 63 (25% from 255) = 21.88%
R=61.11%
G=17.01%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176496300.720.640.31353.3956.4444.12
HexB0313F048401F161382c
Octal26061770110100375417054
Binary1011000011000111111101001000100000011111101100001111000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0313F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0313F; }

 p { color: rgb(176,49,63); }

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

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

 a { background-color: rgb(176,49,63); }

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

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

 span { border-color: rgb(176,49,63); }

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