#B42546

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

Shades of Old Rose #B42546

Tints of Old Rose #B42546

Color information

#B42546 (or 0xB42546) is unknown color: approx Old Rose. HEX triplet: B4, 25 and 46. RGB value is (180,37,70). Sum of RGB (Red+Green+Blue) = 180+37+70=287 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.72% from 287); Green value is 37 (14.84% from 255 or 12.89% from 287); Blue value is 70 (27.73% from 255 or 24.39% from 287); Max value from RGB is 180 - color contains mainly: red. Hex color #B42546 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B42546 is #4BDAB9. Grayscale: #535353. Windows color (decimal): -4971194 or 4597172. OLE color: 4597172.

HSL color Cylindrical-coordinate representation of color #B42546: hue angle of 346.15º degrees, saturation: 0.66, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #B42546 is Cyan = 0, Magento = 0.79, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB1803770-
CMYK00.790.610.29
HSL346.15º65.9%42.55%-
HSV(B)346.15º79.44%70.59%-
XYZ20.5911.476.92-
YUV83.52120.38196.82-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 62.72%
GREEN value IS 37 (14.84% from 255) = 12.89%
BLUE value IS 70 (27.73% from 255) = 24.39%
R=62.72%
G=12.89%
B=24.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180377000.790.610.29346.1565.942.55
HexB4254604F3D1D15a422b
Octal264451060117753553210253
Binary10110100100101100011001001111111101111011010110101000010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42546; }

 p { color: rgb(180,37,70); }

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

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

 a { background-color: rgb(180,37,70); }

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

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

 span { border-color: rgb(180,37,70); }

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