#B43454

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

Shades of Old Rose #B43454

Tints of Old Rose #B43454

Color information

#B43454 (or 0xB43454) is unknown color: approx Old Rose. HEX triplet: B4, 34 and 54. RGB value is (180,52,84). Sum of RGB (Red+Green+Blue) = 180+52+84=316 (41% of max value = 765). Red value is 180 (70.70% from 255 or 56.96% from 316); Green value is 52 (20.70% from 255 or 16.46% from 316); Blue value is 84 (33.20% from 255 or 26.58% from 316); Max value from RGB is 180 - color contains mainly: red. Hex color #B43454 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43454 is #4BCBAB. Grayscale: #5D5D5D. Windows color (decimal): -4967340 or 5518516. OLE color: 5518516.

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

Color convert

RGB1805284-
CMYK00.710.530.29
HSL345º55.17%45.49%-
HSV(B)345º71.11%70.59%-
XYZ21.6512.89.72-
YUV93.92122.41189.4-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.96%
GREEN value IS 52 (20.70% from 255) = 16.46%
BLUE value IS 84 (33.20% from 255) = 26.58%
R=56.96%
G=16.46%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180528400.710.530.2934555.1745.49
HexB43454047351D159372d
Octal26464124010765355316755
Binary1011010011010010101000100011111010111101101011001110111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43454; }

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

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

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

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

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

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

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

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