#B43447

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

Shades of Old Rose #B43447

Tints of Old Rose #B43447

Color information

#B43447 (or 0xB43447) is unknown color: approx Old Rose. HEX triplet: B4, 34 and 47. RGB value is (180,52,71). Sum of RGB (Red+Green+Blue) = 180+52+71=303 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.41% from 303); Green value is 52 (20.70% from 255 or 17.16% from 303); Blue value is 71 (28.12% from 255 or 23.43% from 303); Max value from RGB is 180 - color contains mainly: red. Hex color #B43447 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43447 is #4BCBB8. Grayscale: #5C5C5C. Windows color (decimal): -4967353 or 4666548. OLE color: 4666548.

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

Color convert

RGB1805271-
CMYK00.710.610.29
HSL351.09º55.17%45.49%-
HSV(B)351.09º71.11%70.59%-
XYZ21.1912.617.28-
YUV92.44115.91190.46-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 59.41%
GREEN value IS 52 (20.70% from 255) = 17.16%
BLUE value IS 71 (28.12% from 255) = 23.43%
R=59.41%
G=17.16%
B=23.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180527100.710.610.29351.0955.1745.49
HexB434470473D1D15f372d
Octal26464107010775355376755
Binary1011010011010010001110100011111110111101101011111110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43447; }

 p { color: rgb(180,52,71); }

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

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

 a { background-color: rgb(180,52,71); }

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

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

 span { border-color: rgb(180,52,71); }

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