#B42F5B

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

Shades of Old Rose #B42F5B

Tints of Old Rose #B42F5B

Color information

#B42F5B (or 0xB42F5B) is unknown color: approx Old Rose. HEX triplet: B4, 2F and 5B. RGB value is (180,47,91). Sum of RGB (Red+Green+Blue) = 180+47+91=318 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.60% from 318); Green value is 47 (18.75% from 255 or 14.78% from 318); Blue value is 91 (35.94% from 255 or 28.62% from 318); Max value from RGB is 180 - color contains mainly: red. Hex color #B42F5B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42F5B is #4BD0A4. Grayscale: #5B5B5B. Windows color (decimal): -4968613 or 5975988. OLE color: 5975988.

HSL color Cylindrical-coordinate representation of color #B42F5B: hue angle of 340.15º degrees, saturation: 0.59, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #B42F5B is Cyan = 0, Magento = 0.74, Yellow = 0.49 and Black (K on CMYK) = 0.29.

Color convert

RGB1804791-
CMYK00.740.490.29
HSL340.15º58.59%44.51%-
HSV(B)340.15º73.89%70.59%-
XYZ21.7312.4911.16-
YUV91.78127.56190.92-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.60%
GREEN value IS 47 (18.75% from 255) = 14.78%
BLUE value IS 91 (35.94% from 255) = 28.62%
R=56.60%
G=14.78%
B=28.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.49
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180479100.740.490.29340.1558.5944.51
HexB42F5B04A311D1543b2d
Octal26457133011261355247355
Binary1011010010111110110110100101011000111101101010100111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42F5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42F5B; }

 p { color: rgb(180,47,91); }

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

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

 a { background-color: rgb(180,47,91); }

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

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

 span { border-color: rgb(180,47,91); }

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