#B43A52

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

Shades of Old Rose #B43A52

Tints of Old Rose #B43A52

Color information

#B43A52 (or 0xB43A52) is unknown color: approx Old Rose. HEX triplet: B4, 3A and 52. RGB value is (180,58,82). Sum of RGB (Red+Green+Blue) = 180+58+82=320 (42% of max value = 765). Red value is 180 (70.70% from 255 or 56.25% from 320); Green value is 58 (23.05% from 255 or 18.12% from 320); Blue value is 82 (32.42% from 255 or 25.62% from 320); Max value from RGB is 180 - color contains mainly: red. Hex color #B43A52 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B43A52 is #4BC5AD. Grayscale: #616161. Windows color (decimal): -4965806 or 5388980. OLE color: 5388980.

HSL color Cylindrical-coordinate representation of color #B43A52: hue angle of 348.2º degrees, saturation: 0.51, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #B43A52 is Cyan = 0, Magento = 0.68, Yellow = 0.54 and Black (K on CMYK) = 0.29.

Color convert

RGB1805882-
CMYK00.680.540.29
HSL348.2º51.26%46.67%-
HSV(B)348.2º67.78%70.59%-
XYZ21.8613.349.41-
YUV97.21119.42187.05-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 56.25%
GREEN value IS 58 (23.05% from 255) = 18.12%
BLUE value IS 82 (32.42% from 255) = 25.62%
R=56.25%
G=18.12%
B=25.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.54
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180588200.680.540.29348.251.2646.67
HexB43A52044361D15c332f
Octal26472122010466355346357
Binary1011010011101010100100100010011011011101101011100110011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B43A52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B43A52; }

 p { color: rgb(180,58,82); }

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

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

 a { background-color: rgb(180,58,82); }

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

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

 span { border-color: rgb(180,58,82); }

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