#B43545

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

Shades of Old Rose #B43545

Tints of Old Rose #B43545

Color information

#B43545 (or 0xB43545) is unknown color: approx Old Rose. HEX triplet: B4, 35 and 45. RGB value is (180,53,69). Sum of RGB (Red+Green+Blue) = 180+53+69=302 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.60% from 302); Green value is 53 (21.09% from 255 or 17.55% from 302); Blue value is 69 (27.34% from 255 or 22.85% from 302); Max value from RGB is 180 - color contains mainly: red. Hex color #B43545 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B43545 is #4BCABA. Grayscale: #5C5C5C. Windows color (decimal): -4967099 or 4535732. OLE color: 4535732.

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

Color convert

RGB1805369-
CMYK00.710.620.29
HSL352.44º54.51%45.69%-
HSV(B)352.44º70.56%70.59%-
XYZ21.1712.686.96-
YUV92.8114.58190.2-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 59.60%
GREEN value IS 53 (21.09% from 255) = 17.55%
BLUE value IS 69 (27.34% from 255) = 22.85%
R=59.60%
G=17.55%
B=22.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.62
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180536900.710.620.29352.4454.5145.69
HexB435450473E1D160372e
Octal26465105010776355406756
Binary1011010011010110001010100011111111011101101100000110111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43545; }

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

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

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

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

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

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

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

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