#B1273F

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

Shades of Old Rose #B1273F

Tints of Old Rose #B1273F

Color information

#B1273F (or 0xB1273F) is unknown color: approx Old Rose. HEX triplet: B1, 27 and 3F. RGB value is (177,39,63). Sum of RGB (Red+Green+Blue) = 177+39+63=279 (36% of max value = 765). Red value is 177 (69.53% from 255 or 63.44% from 279); Green value is 39 (15.62% from 255 or 13.98% from 279); Blue value is 63 (25% from 255 or 22.58% from 279); Max value from RGB is 177 - color contains mainly: red. Hex color #B1273F is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1273F is #4ED8C0. Grayscale: #535353. Windows color (decimal): -5167297 or 4138929. OLE color: 4138929.

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

Color convert

RGB1773963-
CMYK00.780.640.31
HSL349.57º63.89%42.35%-
HSV(B)349.57º77.97%69.41%-
XYZ19.7511.165.81-
YUV83116.72195.05-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 63.44%
GREEN value IS 39 (15.62% from 255) = 13.98%
BLUE value IS 63 (25% from 255) = 22.58%
R=63.44%
G=13.98%
B=22.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.64
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177396300.780.640.31349.5763.8942.35
HexB1273F04E401F15e402a
Octal261477701161003753610052
Binary10110001100111111111010011101000000111111010111101000000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1273F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1273F; }

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

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

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

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

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

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

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

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