#B1303F

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

Shades of Old Rose #B1303F

Tints of Old Rose #B1303F

Color information

#B1303F (or 0xB1303F) is unknown color: approx Old Rose. HEX triplet: B1, 30 and 3F. RGB value is (177,48,63). Sum of RGB (Red+Green+Blue) = 177+48+63=288 (38% of max value = 765). Red value is 177 (69.53% from 255 or 61.46% from 288); Green value is 48 (19.14% from 255 or 16.67% from 288); Blue value is 63 (25% from 255 or 21.88% from 288); Max value from RGB is 177 - color contains mainly: red. Hex color #B1303F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1303F is #4ECFC0. Grayscale: #585858. Windows color (decimal): -5164993 or 4141233. OLE color: 4141233.

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

Color convert

RGB1774863-
CMYK00.730.640.31
HSL353.02º57.33%44.12%-
HSV(B)353.02º72.88%69.41%-
XYZ20.0911.825.93-
YUV88.28113.74191.28-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 61.46%
GREEN value IS 48 (19.14% from 255) = 16.67%
BLUE value IS 63 (25% from 255) = 21.88%
R=61.46%
G=16.67%
B=21.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177486300.730.640.31353.0257.3344.12
HexB1303F049401F161392c
Octal26160770111100375417154
Binary1011000111000011111101001001100000011111101100001111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1303F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1303F; }

 p { color: rgb(177,48,63); }

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

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

 a { background-color: rgb(177,48,63); }

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

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

 span { border-color: rgb(177,48,63); }

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