#B31A4D

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

Shades of Old Rose #B31A4D

Tints of Old Rose #B31A4D

Color information

#B31A4D (or 0xB31A4D) is unknown color: approx Old Rose. HEX triplet: B3, 1A and 4D. RGB value is (179,26,77). Sum of RGB (Red+Green+Blue) = 179+26+77=282 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.48% from 282); Green value is 26 (10.55% from 255 or 9.22% from 282); Blue value is 77 (30.47% from 255 or 27.30% from 282); Max value from RGB is 179 - color contains mainly: red. Hex color #B31A4D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B31A4D is #4CE5B2. Grayscale: #4D4D4D. Windows color (decimal): -5039539 or 5053107. OLE color: 5053107.

HSL color Cylindrical-coordinate representation of color #B31A4D: hue angle of 340º 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 #B31A4D is Cyan = 0, Magento = 0.85, Yellow = 0.57 and Black (K on CMYK) = 0.30.

Color convert

RGB1792677-
CMYK00.850.570.30
HSL340º74.63%40.2%-
HSV(B)340º85.47%70.2%-
XYZ20.310.868.05-
YUV77.56127.69200.35-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 63.48%
GREEN value IS 26 (10.55% from 255) = 9.22%
BLUE value IS 77 (30.47% from 255) = 27.30%
R=63.48%
G=9.22%
B=27.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.57
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179267700.850.570.3034074.6340.2
HexB31A4D055391E1544b28
Octal263321150125713652411350
Binary1011001111010100110101010101111001111101010101001001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31A4D; }

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

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

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

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

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

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

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

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