#B1293F

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

Shades of Old Rose #B1293F

Tints of Old Rose #B1293F

Color information

#B1293F (or 0xB1293F) is unknown color: approx Old Rose. HEX triplet: B1, 29 and 3F. RGB value is (177,41,63). Sum of RGB (Red+Green+Blue) = 177+41+63=281 (37% of max value = 765). Red value is 177 (69.53% from 255 or 62.99% from 281); Green value is 41 (16.41% from 255 or 14.59% from 281); Blue value is 63 (25% from 255 or 22.42% from 281); Max value from RGB is 177 - color contains mainly: red. Hex color #B1293F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1293F is #4ED6C0. Grayscale: #545454. Windows color (decimal): -5166785 or 4139441. OLE color: 4139441.

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

Color convert

RGB1774163-
CMYK00.770.640.31
HSL350.29º62.39%42.75%-
HSV(B)350.29º76.84%69.41%-
XYZ19.8211.295.84-
YUV84.17116.06194.21-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 62.99%
GREEN value IS 41 (16.41% from 255) = 14.59%
BLUE value IS 63 (25% from 255) = 22.42%
R=62.99%
G=14.59%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177416300.770.640.31350.2962.3942.75
HexB1293F04D401F15e3e2b
Octal26151770115100375367653
Binary1011000110100111111101001101100000011111101011110111110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1293F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1293F; }

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

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

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

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

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

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

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

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