#B21D50

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

Shades of Old Rose #B21D50

Tints of Old Rose #B21D50

Color information

#B21D50 (or 0xB21D50) is unknown color: approx Old Rose. HEX triplet: B2, 1D and 50. RGB value is (178,29,80). Sum of RGB (Red+Green+Blue) = 178+29+80=287 (38% of max value = 765). Red value is 178 (69.92% from 255 or 62.02% from 287); Green value is 29 (11.72% from 255 or 10.10% from 287); Blue value is 80 (31.64% from 255 or 27.87% from 287); Max value from RGB is 178 - color contains mainly: red. Hex color #B21D50 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B21D50 is #4DE2AF. Grayscale: #4F4F4F. Windows color (decimal): -5104304 or 5250482. OLE color: 5250482.

HSL color Cylindrical-coordinate representation of color #B21D50: hue angle of 339.46º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #B21D50 is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.30.

Color convert

RGB1782980-
CMYK00.840.550.30
HSL339.46º71.98%40.59%-
HSV(B)339.46º83.71%69.8%-
XYZ20.2510.928.63-
YUV79.37128.36198.35-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 62.02%
GREEN value IS 29 (11.72% from 255) = 10.10%
BLUE value IS 80 (31.64% from 255) = 27.87%
R=62.02%
G=10.10%
B=27.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.55
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178298000.840.550.30339.4671.9840.59
HexB21D50054371E1534829
Octal262351200124673652311051
Binary1011001011101101000001010100110111111101010100111001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21D50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21D50; }

 p { color: rgb(178,29,80); }

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

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

 a { background-color: rgb(178,29,80); }

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

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

 span { border-color: rgb(178,29,80); }

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