#b42853

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

Shades of Old Rose #B42853

Tints of Old Rose #B42853

Color information

#B42853 (or 0xB42853) is unknown color: approx Old Rose. HEX triplet: B4, 28 and 53. RGB value is (180,40,83). Sum of RGB (Red+Green+Blue) = 180+40+83=303 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.41% from 303); Green value is 40 (16.02% from 255 or 13.20% from 303); Blue value is 83 (32.81% from 255 or 27.39% from 303); Max value from RGB is 180 - color contains mainly: red. Hex color #B42853 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42853 is #4BD7AC. Grayscale: #565656. Windows color (decimal): -4970413 or 5449908. OLE color: 5449908.

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

Color convert

RGB1804083-
CMYK00.780.540.29
HSL341.57º63.64%43.14%-
HSV(B)341.57º77.78%70.59%-
XYZ21.1411.859.36-
YUV86.76125.88194.5-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 59.41%
GREEN value IS 40 (16.02% from 255) = 13.20%
BLUE value IS 83 (32.81% from 255) = 27.39%
R=59.41%
G=13.20%
B=27.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180408300.780.540.29341.5763.6443.14
HexB4285304E361D156402b
Octal264501230116663552610053
Binary10110100101000101001101001110110110111011010101101000000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b42853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b42853; }

 p { color: rgb(180,40,83); }

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

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

 a { background-color: rgb(180,40,83); }

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

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

 span { border-color: rgb(180,40,83); }

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