#B31B4C

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

Shades of Old Rose #B31B4C

Tints of Old Rose #B31B4C

Color information

#B31B4C (or 0xB31B4C) is unknown color: approx Old Rose. HEX triplet: B3, 1B and 4C. RGB value is (179,27,76). Sum of RGB (Red+Green+Blue) = 179+27+76=282 (37% of max value = 765). Red value is 179 (70.31% from 255 or 63.48% from 282); Green value is 27 (10.94% from 255 or 9.57% from 282); Blue value is 76 (30.08% from 255 or 26.95% from 282); Max value from RGB is 179 - color contains mainly: red. Hex color #B31B4C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B31B4C is #4CE4B3. Grayscale: #4D4D4D. Windows color (decimal): -5039284 or 4987827. OLE color: 4987827.

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

Color convert

RGB1792776-
CMYK00.850.580.30
HSL340.66º73.79%40.39%-
HSV(B)340.66º84.92%70.2%-
XYZ20.2910.897.87-
YUV78.03126.86200.02-

RGB Variations

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

RGB

RED value IS 179 (70.31% from 255) = 63.48%
GREEN value IS 27 (10.94% from 255) = 9.57%
BLUE value IS 76 (30.08% from 255) = 26.95%
R=63.48%
G=9.57%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.58
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal179277600.850.580.30340.6673.7940.39
HexB31B4C0553A1E1554a28
Octal263331140125723652511250
Binary1011001111011100110001010101111010111101010101011001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B31B4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B31B4C; }

 p { color: rgb(179,27,76); }

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

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

 a { background-color: rgb(179,27,76); }

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

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

 span { border-color: rgb(179,27,76); }

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