#B5374D

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

Shades of Old Rose #B5374D

Tints of Old Rose #B5374D

Color information

#B5374D (or 0xB5374D) is unknown color: approx Old Rose. HEX triplet: B5, 37 and 4D. RGB value is (181,55,77). Sum of RGB (Red+Green+Blue) = 181+55+77=313 (41% of max value = 765). Red value is 181 (71.09% from 255 or 57.83% from 313); Green value is 55 (21.88% from 255 or 17.57% from 313); Blue value is 77 (30.47% from 255 or 24.60% from 313); Max value from RGB is 181 - color contains mainly: red. Hex color #B5374D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5374D is #4AC8B2. Grayscale: #5F5F5F. Windows color (decimal): -4901043 or 5060533. OLE color: 5060533.

HSL color Cylindrical-coordinate representation of color #B5374D: hue angle of 349.52º degrees, saturation: 0.53, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #B5374D is Cyan = 0, Magento = 0.70, Yellow = 0.57 and Black (K on CMYK) = 0.29.

Color convert

RGB1815577-
CMYK00.700.570.29
HSL349.52º53.39%46.27%-
HSV(B)349.52º69.61%70.98%-
XYZ21.7613.098.4-
YUV95.18117.74189.21-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 57.83%
GREEN value IS 55 (21.88% from 255) = 17.57%
BLUE value IS 77 (30.47% from 255) = 24.60%
R=57.83%
G=17.57%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181557700.700.570.29349.5253.3946.27
HexB5374D046391D15e352e
Octal26567115010671355366556
Binary1011010111011110011010100011011100111101101011110110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5374D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5374D; }

 p { color: rgb(181,55,77); }

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

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

 a { background-color: rgb(181,55,77); }

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

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

 span { border-color: rgb(181,55,77); }

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