#B5264C

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

Shades of Old Rose #B5264C

Tints of Old Rose #B5264C

Color information

#B5264C (or 0xB5264C) is unknown color: approx Old Rose. HEX triplet: B5, 26 and 4C. RGB value is (181,38,76). Sum of RGB (Red+Green+Blue) = 181+38+76=295 (39% of max value = 765). Red value is 181 (71.09% from 255 or 61.36% from 295); Green value is 38 (15.23% from 255 or 12.88% from 295); Blue value is 76 (30.08% from 255 or 25.76% from 295); Max value from RGB is 181 - color contains mainly: red. Hex color #B5264C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5264C is #4AD9B3. Grayscale: #555555. Windows color (decimal): -4905396 or 4990645. OLE color: 4990645.

HSL color Cylindrical-coordinate representation of color #B5264C: hue angle of 344.06º 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 #B5264C is Cyan = 0, Magento = 0.79, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB1813876-
CMYK00.790.580.29
HSL344.06º65.3%42.94%-
HSV(B)344.06º79.01%70.98%-
XYZ21.0511.737.99-
YUV85.09122.88196.41-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 61.36%
GREEN value IS 38 (15.23% from 255) = 12.88%
BLUE value IS 76 (30.08% from 255) = 25.76%
R=61.36%
G=12.88%
B=25.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181387600.790.580.29344.0665.342.94
HexB5264C04F3A1D158412b
Octal265461140117723553010153
Binary10110101100110100110001001111111010111011010110001000001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5264C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5264C; }

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

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

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

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

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

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

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

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