#B43947

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

Shades of Old Rose #B43947

Tints of Old Rose #B43947

Color information

#B43947 (or 0xB43947) is unknown color: approx Old Rose. HEX triplet: B4, 39 and 47. RGB value is (180,57,71). Sum of RGB (Red+Green+Blue) = 180+57+71=308 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.44% from 308); Green value is 57 (22.66% from 255 or 18.51% from 308); Blue value is 71 (28.12% from 255 or 23.05% from 308); Max value from RGB is 180 - color contains mainly: red. Hex color #B43947 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43947 is #4BC6B8. Grayscale: #5F5F5F. Windows color (decimal): -4966073 or 4667828. OLE color: 4667828.

HSL color Cylindrical-coordinate representation of color #B43947: hue angle of 353.17º 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 #B43947 is Cyan = 0, Magento = 0.68, Yellow = 0.61 and Black (K on CMYK) = 0.29.

Color convert

RGB1805771-
CMYK00.680.610.29
HSL353.17º51.9%46.47%-
HSV(B)353.17º68.33%70.59%-
XYZ21.4213.087.36-
YUV95.37114.25188.36-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 58.44%
GREEN value IS 57 (22.66% from 255) = 18.51%
BLUE value IS 71 (28.12% from 255) = 23.05%
R=58.44%
G=18.51%
B=23.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.61
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180577100.680.610.29353.1751.946.47
HexB439470443D1D161342e
Octal26471107010475355416456
Binary1011010011100110001110100010011110111101101100001110100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43947

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43947; }

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

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

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

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

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

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

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

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