#B21D52

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

Shades of Old Rose #B21D52

Tints of Old Rose #B21D52

Color information

#B21D52 (or 0xB21D52) is unknown color: approx Old Rose. HEX triplet: B2, 1D and 52. RGB value is (178,29,82). Sum of RGB (Red+Green+Blue) = 178+29+82=289 (38% of max value = 765). Red value is 178 (69.92% from 255 or 61.59% from 289); Green value is 29 (11.72% from 255 or 10.03% from 289); Blue value is 82 (32.42% from 255 or 28.37% from 289); Max value from RGB is 178 - color contains mainly: red. Hex color #B21D52 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B21D52 is #4DE2AD. Grayscale: #4F4F4F. Windows color (decimal): -5104302 or 5381554. OLE color: 5381554.

HSL color Cylindrical-coordinate representation of color #B21D52: hue angle of 338.66º 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 #B21D52 is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.30.

Color convert

RGB1782982-
CMYK00.840.540.30
HSL338.66º71.98%40.59%-
HSV(B)338.66º83.71%69.8%-
XYZ20.3210.959.03-
YUV79.59129.36198.19-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 61.59%
GREEN value IS 29 (11.72% from 255) = 10.03%
BLUE value IS 82 (32.42% from 255) = 28.37%
R=61.59%
G=10.03%
B=28.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.54
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178298200.840.540.30338.6671.9840.59
HexB21D52054361E1534829
Octal262351220124663652311051
Binary1011001011101101001001010100110110111101010100111001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21D52

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21D52; }

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

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

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

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

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

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

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

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