#B5245B

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

Shades of Old Rose #B5245B

Tints of Old Rose #B5245B

Color information

#B5245B (or 0xB5245B) is unknown color: approx Old Rose. HEX triplet: B5, 24 and 5B. RGB value is (181,36,91). Sum of RGB (Red+Green+Blue) = 181+36+91=308 (40% of max value = 765). Red value is 181 (71.09% from 255 or 58.77% from 308); Green value is 36 (14.45% from 255 or 11.69% from 308); Blue value is 91 (35.94% from 255 or 29.55% from 308); Max value from RGB is 181 - color contains mainly: red. Hex color #B5245B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B5245B is #4ADBA4. Grayscale: #555555. Windows color (decimal): -4905893 or 5973173. OLE color: 5973173.

HSL color Cylindrical-coordinate representation of color #B5245B: hue angle of 337.24º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #B5245B is Cyan = 0, Magento = 0.80, Yellow = 0.50 and Black (K on CMYK) = 0.29.

Color convert

RGB1813691-
CMYK00.800.500.29
HSL337.24º66.82%42.55%-
HSV(B)337.24º80.11%70.98%-
XYZ21.5811.8411.05-
YUV85.62131.04196.03-

RGB Variations

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

RGB

RED value IS 181 (71.09% from 255) = 58.77%
GREEN value IS 36 (14.45% from 255) = 11.69%
BLUE value IS 91 (35.94% from 255) = 29.55%
R=58.77%
G=11.69%
B=29.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.50
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal181369100.800.500.29337.2466.8242.55
HexB5245B050321D151432b
Octal265441330120623552110353
Binary10110101100100101101101010000110010111011010100011000011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B5245B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B5245B; }

 p { color: rgb(181,36,91); }

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

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

 a { background-color: rgb(181,36,91); }

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

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

 span { border-color: rgb(181,36,91); }

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