#B1245A

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

Shades of Old Rose #B1245A

Tints of Old Rose #B1245A

Color information

#B1245A (or 0xB1245A) is unknown color: approx Old Rose. HEX triplet: B1, 24 and 5A. RGB value is (177,36,90). Sum of RGB (Red+Green+Blue) = 177+36+90=303 (40% of max value = 765). Red value is 177 (69.53% from 255 or 58.42% from 303); Green value is 36 (14.45% from 255 or 11.88% from 303); Blue value is 90 (35.55% from 255 or 29.70% from 303); Max value from RGB is 177 - color contains mainly: red. Hex color #B1245A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1245A is #4EDBA5. Grayscale: #545454. Windows color (decimal): -5168038 or 5907633. OLE color: 5907633.

HSL color Cylindrical-coordinate representation of color #B1245A: hue angle of 337.02º degrees, saturation: 0.66, 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 #B1245A is Cyan = 0, Magento = 0.80, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB1773690-
CMYK00.800.490.31
HSL337.02º66.2%41.76%-
HSV(B)337.02º79.66%69.41%-
XYZ20.6111.3510.78-
YUV84.32131.21194.11-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 58.42%
GREEN value IS 36 (14.45% from 255) = 11.88%
BLUE value IS 90 (35.55% from 255) = 29.70%
R=58.42%
G=11.88%
B=29.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177369000.800.490.31337.0266.241.76
HexB1245A050311F151422a
Octal261441320120613752110252
Binary10110001100100101101001010000110001111111010100011000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1245A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1245A; }

 p { color: rgb(177,36,90); }

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

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

 a { background-color: rgb(177,36,90); }

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

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

 span { border-color: rgb(177,36,90); }

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