#B1234A

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

Shades of Old Rose #B1234A

Tints of Old Rose #B1234A

Color information

#B1234A (or 0xB1234A) is unknown color: approx Old Rose. HEX triplet: B1, 23 and 4A. RGB value is (177,35,74). Sum of RGB (Red+Green+Blue) = 177+35+74=286 (37% of max value = 765). Red value is 177 (69.53% from 255 or 61.89% from 286); Green value is 35 (14.06% from 255 or 12.24% from 286); Blue value is 74 (29.30% from 255 or 25.87% from 286); Max value from RGB is 177 - color contains mainly: red. Hex color #B1234A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B1234A is #4EDCB5. Grayscale: #515151. Windows color (decimal): -5168310 or 4858801. OLE color: 4858801.

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

Color convert

RGB1773574-
CMYK00.800.580.31
HSL343.52º66.98%41.57%-
HSV(B)343.52º80.23%69.41%-
XYZ19.9711.047.56-
YUV81.9123.54195.83-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 61.89%
GREEN value IS 35 (14.06% from 255) = 12.24%
BLUE value IS 74 (29.30% from 255) = 25.87%
R=61.89%
G=12.24%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.58
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177357400.800.580.31343.5266.9841.57
HexB1234A0503A1F158432a
Octal261431120120723753010352
Binary10110001100011100101001010000111010111111010110001000011101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1234A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1234A; }

 p { color: rgb(177,35,74); }

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

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

 a { background-color: rgb(177,35,74); }

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

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

 span { border-color: rgb(177,35,74); }

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