#B5264B

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

Shades of Old Rose #B5264B

Tints of Old Rose #B5264B

Color information

#B5264B (or 0xB5264B) is unknown color: approx Old Rose. HEX triplet: B5, 26 and 4B. RGB value is (181,38,75). Sum of RGB (Red+Green+Blue) = 181+38+75=294 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.56% from 294); Green value is 38 (15.23% from 255 or 12.93% from 294); Blue value is 75 (29.69% from 255 or 25.51% from 294); Max value from RGB is 181 - color contains mainly: red. Hex color #B5264B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5264B is #4AD9B4. Grayscale: #545454. Windows color (decimal): -4905397 or 4925109. OLE color: 4925109.

HSL color Cylindrical-coordinate representation of color #B5264B: hue angle of 344.48º degrees, saturation: 0.65, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B5264B is Cyan = 0, Magento = 0.79, Yellow = 0.59 and Black (K on CMYK) = 0.29.

Color convert

RGB1813875-
CMYK00.790.590.29
HSL344.48º65.3%42.94%-
HSV(B)344.48º79.01%70.98%-
XYZ21.0211.727.81-
YUV84.98122.38196.49-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 61.56%
GREEN value IS 38 (15.23% from 255) = 12.93%
BLUE value IS 75 (29.69% from 255) = 25.51%
R=61.56%
G=12.93%
B=25.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181387500.790.590.29344.4865.342.94
HexB5264B04F3B1D158412b
Octal265461130117733553010153
Binary10110101100110100101101001111111011111011010110001000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5264B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5264B; }

 p { color: rgb(181,38,75); }

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

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

 a { background-color: rgb(181,38,75); }

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

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

 span { border-color: rgb(181,38,75); }

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