#B42A56

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

Shades of Old Rose #B42A56

Tints of Old Rose #B42A56

Color information

#B42A56 (or 0xB42A56) is unknown color: approx Old Rose. HEX triplet: B4, 2A and 56. RGB value is (180,42,86). Sum of RGB (Red+Green+Blue) = 180+42+86=308 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.44% from 308); Green value is 42 (16.80% from 255 or 13.64% from 308); Blue value is 86 (33.98% from 255 or 27.92% from 308); Max value from RGB is 180 - color contains mainly: red. Hex color #B42A56 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42A56 is #4BD5A9. Grayscale: #585858. Windows color (decimal): -4969898 or 5647028. OLE color: 5647028.

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

Color convert

RGB1804286-
CMYK00.770.520.29
HSL340.87º62.16%43.53%-
HSV(B)340.87º76.67%70.59%-
XYZ21.3312.0310-
YUV88.28126.72193.42-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 58.44%
GREEN value IS 42 (16.80% from 255) = 13.64%
BLUE value IS 86 (33.98% from 255) = 27.92%
R=58.44%
G=13.64%
B=27.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.52
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180428600.770.520.29340.8762.1643.53
HexB42A5604D341D1553e2c
Octal26452126011564355257654
Binary1011010010101010101100100110111010011101101010101111110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42A56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42A56; }

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

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

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

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

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

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

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

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