#B21B4E

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

Shades of Old Rose #B21B4E

Tints of Old Rose #B21B4E

Color information

#B21B4E (or 0xB21B4E) is unknown color: approx Old Rose. HEX triplet: B2, 1B and 4E. RGB value is (178,27,78). Sum of RGB (Red+Green+Blue) = 178+27+78=283 (37% of max value = 765). Red value is 178 (69.92% from 255 or 62.90% from 283); Green value is 27 (10.94% from 255 or 9.54% from 283); Blue value is 78 (30.86% from 255 or 27.56% from 283); Max value from RGB is 178 - color contains mainly: red. Hex color #B21B4E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #B21B4E is #4DE4B1. Grayscale: #4D4D4D. Windows color (decimal): -5104818 or 5118898. OLE color: 5118898.

HSL color Cylindrical-coordinate representation of color #B21B4E: hue angle of 339.74º degrees, saturation: 0.74, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #B21B4E is Cyan = 0, Magento = 0.85, Yellow = 0.56 and Black (K on CMYK) = 0.30.

Color convert

RGB1782778-
CMYK00.850.560.30
HSL339.74º73.66%40.2%-
HSV(B)339.74º84.83%69.8%-
XYZ20.1310.88.23-
YUV77.96128.03199.35-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 62.90%
GREEN value IS 27 (10.94% from 255) = 9.54%
BLUE value IS 78 (30.86% from 255) = 27.56%
R=62.90%
G=9.54%
B=27.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.56
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178277800.850.560.30339.7473.6640.2
HexB21B4E055381E1544a28
Octal262331160125703652411250
Binary1011001011011100111001010101111000111101010101001001010101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B21B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B21B4E; }

 p { color: rgb(178,27,78); }

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

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

 a { background-color: rgb(178,27,78); }

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

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

 span { border-color: rgb(178,27,78); }

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