#B1244E

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

Shades of Old Rose #B1244E

Tints of Old Rose #B1244E

Color information

#B1244E (or 0xB1244E) is unknown color: approx Old Rose. HEX triplet: B1, 24 and 4E. RGB value is (177,36,78). Sum of RGB (Red+Green+Blue) = 177+36+78=291 (38% of max value = 765). Red value is 177 (69.53% from 255 or 60.82% from 291); Green value is 36 (14.45% from 255 or 12.37% from 291); Blue value is 78 (30.86% from 255 or 26.80% from 291); Max value from RGB is 177 - color contains mainly: red. Hex color #B1244E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B1244E is #4EDBB1. Grayscale: #525252. Windows color (decimal): -5168050 or 5121201. OLE color: 5121201.

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

Color convert

RGB1773678-
CMYK00.800.560.31
HSL342.13º66.2%41.76%-
HSV(B)342.13º79.66%69.41%-
XYZ20.1411.168.3-
YUV82.95125.21195.08-

RGB Variations

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

RGB

RED value IS 177 (69.53% from 255) = 60.82%
GREEN value IS 36 (14.45% from 255) = 12.37%
BLUE value IS 78 (30.86% from 255) = 26.80%
R=60.82%
G=12.37%
B=26.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal177367800.800.560.31342.1366.241.76
HexB1244E050381F156422a
Octal261441160120703752610252
Binary10110001100100100111001010000111000111111010101101000010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B1244E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B1244E; }

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

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

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

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

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

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

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

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