#B31A4E

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

Shades of Old Rose #B31A4E

Tints of Old Rose #B31A4E

Color information

#B31A4E (or 0xB31A4E) is unknown color: approx Old Rose. HEX triplet: B3, 1A and 4E. RGB value is (179,26,78). Sum of RGB (Red+Green+Blue) = 179+26+78=283 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.25% from 283); Green value is 26 (10.55% from 255 or 9.19% from 283); Blue value is 78 (30.86% from 255 or 27.56% from 283); Max value from RGB is 179 - color contains mainly: red. Hex color #B31A4E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B31A4E is #4CE5B1. Grayscale: #4D4D4D. Windows color (decimal): -5039538 or 5118643. OLE color: 5118643.

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

Color convert

RGB1792678-
CMYK00.850.560.30
HSL339.61º74.63%40.2%-
HSV(B)339.61º85.47%70.2%-
XYZ20.3310.878.23-
YUV77.68128.19200.27-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 63.25%
GREEN value IS 26 (10.55% from 255) = 9.19%
BLUE value IS 78 (30.86% from 255) = 27.56%
R=63.25%
G=9.19%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.56
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179267800.850.560.30339.6174.6340.2
HexB31A4E055381E1544b28
Octal263321160125703652411350
Binary1011001111010100111001010101111000111101010101001001011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31A4E; }

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

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

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

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

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

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

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

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