#B5224A

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

Shades of Old Rose #B5224A

Tints of Old Rose #B5224A

Color information

#B5224A (or 0xB5224A) is unknown color: approx Old Rose. HEX triplet: B5, 22 and 4A. RGB value is (181,34,74). Sum of RGB (Red+Green+Blue) = 181+34+74=289 (38% of max value = 765). Red value is 181 (71.09% from 255 or 62.63% from 289); Green value is 34 (13.67% from 255 or 11.76% from 289); Blue value is 74 (29.30% from 255 or 25.61% from 289); Max value from RGB is 181 - color contains mainly: red. Hex color #B5224A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B5224A is #4ADDB5. Grayscale: #525252. Windows color (decimal): -4906422 or 4858549. OLE color: 4858549.

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

Color convert

RGB1813474-
CMYK00.810.590.29
HSL343.67º68.37%42.16%-
HSV(B)343.67º81.22%70.98%-
XYZ20.8611.467.59-
YUV82.51123.2198.25-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 62.63%
GREEN value IS 34 (13.67% from 255) = 11.76%
BLUE value IS 74 (29.30% from 255) = 25.61%
R=62.63%
G=11.76%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181347400.810.590.29343.6768.3742.16
HexB5224A0513B1D158442a
Octal265421120121733553010452
Binary10110101100010100101001010001111011111011010110001000100101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5224A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5224A; }

 p { color: rgb(181,34,74); }

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

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

 a { background-color: rgb(181,34,74); }

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

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

 span { border-color: rgb(181,34,74); }

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