#B42A54

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

Shades of Old Rose #B42A54

Tints of Old Rose #B42A54

Color information

#B42A54 (or 0xB42A54) is unknown color: approx Old Rose. HEX triplet: B4, 2A and 54. RGB value is (180,42,84). Sum of RGB (Red+Green+Blue) = 180+42+84=306 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.82% from 306); Green value is 42 (16.80% from 255 or 13.73% from 306); Blue value is 84 (33.20% from 255 or 27.45% from 306); Max value from RGB is 180 - color contains mainly: red. Hex color #B42A54 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42A54 is #4BD5AB. Grayscale: #585858. Windows color (decimal): -4969900 or 5515956. OLE color: 5515956.

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

Color convert

RGB1804284-
CMYK00.770.530.29
HSL341.74º62.16%43.53%-
HSV(B)341.74º76.67%70.59%-
XYZ21.25129.58-
YUV88.05125.72193.58-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 58.82%
GREEN value IS 42 (16.80% from 255) = 13.73%
BLUE value IS 84 (33.20% from 255) = 27.45%
R=58.82%
G=13.73%
B=27.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.53
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180428400.770.530.29341.7462.1643.53
HexB42A5404D351D1563e2c
Octal26452124011565355267654
Binary1011010010101010101000100110111010111101101010110111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42A54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42A54; }

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

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

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

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

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

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

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

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