#B42151

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

Shades of Old Rose #B42151

Tints of Old Rose #B42151

Color information

#B42151 (or 0xB42151) is unknown color: approx Old Rose. HEX triplet: B4, 21 and 51. RGB value is (180,33,81). Sum of RGB (Red+Green+Blue) = 180+33+81=294 (38% of max value = 765). Red value is 180 (70.70% from 255 or 61.22% from 294); Green value is 33 (13.28% from 255 or 11.22% from 294); Blue value is 81 (32.03% from 255 or 27.55% from 294); Max value from RGB is 180 - color contains mainly: red. Hex color #B42151 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B42151 is #4BDEAE. Grayscale: #525252. Windows color (decimal): -4972207 or 5317044. OLE color: 5317044.

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

Color convert

RGB1803381-
CMYK00.820.550.29
HSL340.41º69.01%41.76%-
HSV(B)340.41º81.67%70.59%-
XYZ20.8511.398.88-
YUV82.42127.2197.6-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 61.22%
GREEN value IS 33 (13.28% from 255) = 11.22%
BLUE value IS 81 (32.03% from 255) = 27.55%
R=61.22%
G=11.22%
B=27.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.55
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180338100.820.550.29340.4169.0141.76
HexB42151052371D154452a
Octal264411210122673552410552
Binary10110100100001101000101010010110111111011010101001000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B42151

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B42151; }

 p { color: rgb(180,33,81); }

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

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

 a { background-color: rgb(180,33,81); }

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

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

 span { border-color: rgb(180,33,81); }

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