#B5234E

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

Shades of Old Rose #B5234E

Tints of Old Rose #B5234E

Color information

#B5234E (or 0xB5234E) is unknown color: approx Old Rose. HEX triplet: B5, 23 and 4E. RGB value is (181,35,78). Sum of RGB (Red+Green+Blue) = 181+35+78=294 (38% of max value = 765). Red value is 181 (71.09% from 255 or 61.56% from 294); Green value is 35 (14.06% from 255 or 11.90% from 294); Blue value is 78 (30.86% from 255 or 26.53% from 294); Max value from RGB is 181 - color contains mainly: red. Hex color #B5234E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5234E is #4ADCB1. Grayscale: #535353. Windows color (decimal): -4906162 or 5120949. OLE color: 5120949.

HSL color Cylindrical-coordinate representation of color #B5234E: hue angle of 342.33º degrees, saturation: 0.68, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #B5234E is Cyan = 0, Magento = 0.81, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB1813578-
CMYK00.810.570.29
HSL342.33º67.59%42.35%-
HSV(B)342.33º80.66%70.98%-
XYZ21.0311.588.33-
YUV83.56124.87197.5-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 61.56%
GREEN value IS 35 (14.06% from 255) = 11.90%
BLUE value IS 78 (30.86% from 255) = 26.53%
R=61.56%
G=11.90%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181357800.810.570.29342.3367.5942.35
HexB5234E051391D156442a
Octal265431160121713552610452
Binary10110101100011100111001010001111001111011010101101000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5234E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5234E; }

 p { color: rgb(181,35,78); }

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

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

 a { background-color: rgb(181,35,78); }

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

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

 span { border-color: rgb(181,35,78); }

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