#B0254D

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

Shades of Old Rose #B0254D

Tints of Old Rose #B0254D

Color information

#B0254D (or 0xB0254D) is unknown color: approx Old Rose. HEX triplet: B0, 25 and 4D. RGB value is (176,37,77). Sum of RGB (Red+Green+Blue) = 176+37+77=290 (38% of max value = 765). Red value is 176 (69.14% from 255 or 60.69% from 290); Green value is 37 (14.84% from 255 or 12.76% from 290); Blue value is 77 (30.47% from 255 or 26.55% from 290); Max value from RGB is 176 - color contains mainly: red. Hex color #B0254D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B0254D is #4FDAB2. Grayscale: #535353. Windows color (decimal): -5233331 or 5055920. OLE color: 5055920.

HSL color Cylindrical-coordinate representation of color #B0254D: hue angle of 342.73º degrees, saturation: 0.65, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B0254D is Cyan = 0, Magento = 0.79, Yellow = 0.56 and Black (K on CMYK) = 0.31.

Color convert

RGB1763777-
CMYK00.790.560.31
HSL342.73º65.26%41.76%-
HSV(B)342.73º78.98%69.02%-
XYZ19.9111.098.11-
YUV83.12124.55194.25-

RGB Variations

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

RGB

RED value IS 176 (69.14% from 255) = 60.69%
GREEN value IS 37 (14.84% from 255) = 12.76%
BLUE value IS 77 (30.47% from 255) = 26.55%
R=60.69%
G=12.76%
B=26.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.56
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal176377700.790.560.31342.7365.2641.76
HexB0254D04F381F157412a
Octal260451150117703752710152
Binary10110000100101100110101001111111000111111010101111000001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B0254D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B0254D; }

 p { color: rgb(176,37,77); }

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

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

 a { background-color: rgb(176,37,77); }

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

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

 span { border-color: rgb(176,37,77); }

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