#B43845

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

Shades of Old Rose #B43845

Tints of Old Rose #B43845

Color information

#B43845 (or 0xB43845) is unknown color: approx Old Rose. HEX triplet: B4, 38 and 45. RGB value is (180,56,69). Sum of RGB (Red+Green+Blue) = 180+56+69=305 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.02% from 305); Green value is 56 (22.27% from 255 or 18.36% from 305); Blue value is 69 (27.34% from 255 or 22.62% from 305); Max value from RGB is 180 - color contains mainly: red. Hex color #B43845 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43845 is #4BC7BA. Grayscale: #5E5E5E. Windows color (decimal): -4966331 or 4536500. OLE color: 4536500.

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

Color convert

RGB1805669-
CMYK00.690.620.29
HSL353.71º52.54%46.27%-
HSV(B)353.71º68.89%70.59%-
XYZ21.3112.967.01-
YUV94.56113.58188.94-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 59.02%
GREEN value IS 56 (22.27% from 255) = 18.36%
BLUE value IS 69 (27.34% from 255) = 22.62%
R=59.02%
G=18.36%
B=22.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180566900.690.620.29353.7152.5446.27
HexB438450453E1D162352e
Octal26470105010576355426556
Binary1011010011100010001010100010111111011101101100010110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43845

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43845; }

 p { color: rgb(180,56,69); }

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

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

 a { background-color: rgb(180,56,69); }

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

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

 span { border-color: rgb(180,56,69); }

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