#b4214c

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

Shades of Old Rose #B4214C

Tints of Old Rose #B4214C

Color information

#B4214C (or 0xB4214C) is unknown color: approx Old Rose. HEX triplet: B4, 21 and 4C. RGB value is (180,33,76). Sum of RGB (Red+Green+Blue) = 180+33+76=289 (38% of max value = 765). Red value is 180 (70.70% from 255 or 62.28% from 289); Green value is 33 (13.28% from 255 or 11.42% from 289); Blue value is 76 (30.08% from 255 or 26.30% from 289); Max value from RGB is 180 - color contains mainly: red. Hex color #B4214C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4214C is #4BDEB3. Grayscale: #515151. Windows color (decimal): -4972212 or 4989364. OLE color: 4989364.

HSL color Cylindrical-coordinate representation of color #B4214C: hue angle of 342.45º 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 #B4214C is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB1803376-
CMYK00.820.580.29
HSL342.45º69.01%41.76%-
HSV(B)342.45º81.67%70.59%-
XYZ20.6711.317.93-
YUV81.86124.7198-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 62.28%
GREEN value IS 33 (13.28% from 255) = 11.42%
BLUE value IS 76 (30.08% from 255) = 26.30%
R=62.28%
G=11.42%
B=26.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180337600.820.580.29342.4569.0141.76
HexB4214C0523A1D156452a
Octal264411140122723552610552
Binary10110100100001100110001010010111010111011010101101000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b4214c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b4214c; }

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

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

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

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

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

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

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

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