#B01F46

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

Shades of Old Rose #B01F46

Tints of Old Rose #B01F46

Color information

#B01F46 (or 0xB01F46) is unknown color: approx Old Rose. HEX triplet: B0, 1F and 46. RGB value is (176,31,70). Sum of RGB (Red+Green+Blue) = 176+31+70=277 (36% of max value = 765). Red value is 176 (69.14% from 255 or 63.54% from 277); Green value is 31 (12.5% from 255 or 11.19% from 277); Blue value is 70 (27.73% from 255 or 25.27% from 277); Max value from RGB is 176 - color contains mainly: red. Hex color #B01F46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B01F46 is #4FE0B9. Grayscale: #4E4E4E. Windows color (decimal): -5234874 or 4595632. OLE color: 4595632.

HSL color Cylindrical-coordinate representation of color #B01F46: hue angle of 343.86º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B01F46 is Cyan = 0, Magento = 0.82, Yellow = 0.60 and Black (K on CMYK) = 0.31.

Color convert

RGB1763170-
CMYK00.820.600.31
HSL343.86º70.05%40.59%-
HSV(B)343.86º82.39%69.02%-
XYZ19.510.656.82-
YUV78.8123.04197.33-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 63.54%
GREEN value IS 31 (12.5% from 255) = 11.19%
BLUE value IS 70 (27.73% from 255) = 25.27%
R=63.54%
G=11.19%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.60
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176317000.820.600.31343.8670.0540.59
HexB01F460523C1F1584629
Octal260371060122743753010651
Binary1011000011111100011001010010111100111111010110001000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B01F46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B01F46; }

 p { color: rgb(176,31,70); }

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

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

 a { background-color: rgb(176,31,70); }

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

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

 span { border-color: rgb(176,31,70); }

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