#B2214C

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

Shades of Old Rose #B2214C

Tints of Old Rose #B2214C

Color information

#B2214C (or 0xB2214C) is unknown color: approx Old Rose. HEX triplet: B2, 21 and 4C. RGB value is (178,33,76). Sum of RGB (Red+Green+Blue) = 178+33+76=287 (38% of max value = 765). Red value is 178 (69.92% from 255 or 62.02% from 287); Green value is 33 (13.28% from 255 or 11.50% from 287); Blue value is 76 (30.08% from 255 or 26.48% from 287); Max value from RGB is 178 - color contains mainly: red. Hex color #B2214C is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #B2214C is #4DDEB3. Grayscale: #515151. Windows color (decimal): -5103284 or 4989362. OLE color: 4989362.

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

Color convert

RGB1783376-
CMYK00.810.570.30
HSL342.21º68.72%41.37%-
HSV(B)342.21º81.46%69.8%-
XYZ20.2111.077.91-
YUV81.26125.04197-

RGB Variations

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

RGB

RED value IS 178 (69.92% from 255) = 62.02%
GREEN value IS 33 (13.28% from 255) = 11.50%
BLUE value IS 76 (30.08% from 255) = 26.48%
R=62.02%
G=11.50%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.57
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal178337600.810.570.30342.2168.7241.37
HexB2214C051391E1564529
Octal262411140121713652610551
Binary10110010100001100110001010001111001111101010101101000101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B2214C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B2214C; }

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

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

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

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

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

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

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

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