#B43952

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

Shades of Old Rose #B43952

Tints of Old Rose #B43952

Color information

#B43952 (or 0xB43952) is unknown color: approx Old Rose. HEX triplet: B4, 39 and 52. RGB value is (180,57,82). Sum of RGB (Red+Green+Blue) = 180+57+82=319 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.43% from 319); Green value is 57 (22.66% from 255 or 17.87% from 319); Blue value is 82 (32.42% from 255 or 25.71% from 319); Max value from RGB is 180 - color contains mainly: red. Hex color #B43952 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43952 is #4BC6AD. Grayscale: #606060. Windows color (decimal): -4966062 or 5388724. OLE color: 5388724.

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

Color convert

RGB1805782-
CMYK00.680.540.29
HSL347.8º51.9%46.47%-
HSV(B)347.8º68.33%70.59%-
XYZ21.8113.249.39-
YUV96.63119.75187.47-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.43%
GREEN value IS 57 (22.66% from 255) = 17.87%
BLUE value IS 82 (32.42% from 255) = 25.71%
R=56.43%
G=17.87%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180578200.680.540.29347.851.946.47
HexB43952044361D15c342e
Octal26471122010466355346456
Binary1011010011100110100100100010011011011101101011100110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43952; }

 p { color: rgb(180,57,82); }

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

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

 a { background-color: rgb(180,57,82); }

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

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

 span { border-color: rgb(180,57,82); }

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