#B31A49

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

Shades of Old Rose #B31A49

Tints of Old Rose #B31A49

Color information

#B31A49 (or 0xB31A49) is unknown color: approx Old Rose. HEX triplet: B3, 1A and 49. RGB value is (179,26,73). Sum of RGB (Red+Green+Blue) = 179+26+73=278 (36% of max value = 765). Red value is 179 (70.31% from 255 or 64.39% from 278); Green value is 26 (10.55% from 255 or 9.35% from 278); Blue value is 73 (28.91% from 255 or 26.26% from 278); Max value from RGB is 179 - color contains mainly: red. Hex color #B31A49 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31A49 is #4CE5B6. Grayscale: #4D4D4D. Windows color (decimal): -5039543 or 4790963. OLE color: 4790963.

HSL color Cylindrical-coordinate representation of color #B31A49: hue angle of 341.57º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B31A49 is Cyan = 0, Magento = 0.85, Yellow = 0.59 and Black (K on CMYK) = 0.30.

Color convert

RGB1792673-
CMYK00.850.590.30
HSL341.57º74.63%40.2%-
HSV(B)341.57º85.47%70.2%-
XYZ20.1610.87.33-
YUV77.1125.69200.68-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 64.39%
GREEN value IS 26 (10.55% from 255) = 9.35%
BLUE value IS 73 (28.91% from 255) = 26.26%
R=64.39%
G=9.35%
B=26.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.59
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179267300.850.590.30341.5774.6340.2
HexB31A490553B1E1564b28
Octal263321110125733652611350
Binary1011001111010100100101010101111011111101010101101001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31A49

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31A49; }

 p { color: rgb(179,26,73); }

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

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

 a { background-color: rgb(179,26,73); }

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

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

 span { border-color: rgb(179,26,73); }

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