#B21E48

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

Shades of Old Rose #B21E48

Tints of Old Rose #B21E48

Color information

#B21E48 (or 0xB21E48) is unknown color: approx Old Rose. HEX triplet: B2, 1E and 48. RGB value is (178,30,72). Sum of RGB (Red+Green+Blue) = 178+30+72=280 (37% of max value = 765). Red value is 178 (69.92% from 255 or 63.57% from 280); Green value is 30 (12.11% from 255 or 10.71% from 280); Blue value is 72 (28.52% from 255 or 25.71% from 280); Max value from RGB is 178 - color contains mainly: red. Hex color #B21E48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B21E48 is #4DE1B7. Grayscale: #4F4F4F. Windows color (decimal): -5104056 or 4726450. OLE color: 4726450.

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

Color convert

RGB1783072-
CMYK00.830.600.30
HSL342.97º71.15%40.78%-
HSV(B)342.97º83.15%69.8%-
XYZ19.9910.867.17-
YUV79.04124.03198.58-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 63.57%
GREEN value IS 30 (12.11% from 255) = 10.71%
BLUE value IS 72 (28.52% from 255) = 25.71%
R=63.57%
G=10.71%
B=25.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.60
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178307200.830.600.30342.9771.1540.78
HexB21E480533C1E1574729
Octal262361100123743652710751
Binary1011001011110100100001010011111100111101010101111000111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21E48; }

 p { color: rgb(178,30,72); }

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

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

 a { background-color: rgb(178,30,72); }

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

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

 span { border-color: rgb(178,30,72); }

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