#B7214C

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

Shades of Old Rose #B7214C

Tints of Old Rose #B7214C

Color information

#B7214C (or 0xB7214C) is unknown color: approx Old Rose. HEX triplet: B7, 21 and 4C. RGB value is (183,33,76). Sum of RGB (Red+Green+Blue) = 183+33+76=292 (38% of max value = 765). Red value is 183 (71.88% from 255 or 62.67% from 292); Green value is 33 (13.28% from 255 or 11.30% from 292); Blue value is 76 (30.08% from 255 or 26.03% from 292); Max value from RGB is 183 - color contains mainly: red. Hex color #B7214C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B7214C is #48DEB3. Grayscale: #525252. Windows color (decimal): -4775604 or 4989367. OLE color: 4989367.

HSL color Cylindrical-coordinate representation of color #B7214C: hue angle of 342.8º degrees, saturation: 0.69, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #B7214C is Cyan = 0, Magento = 0.82, Yellow = 0.58 and Black (K on CMYK) = 0.28.

Color convert

RGB1833376-
CMYK00.820.580.28
HSL342.8º69.44%42.35%-
HSV(B)342.8º81.97%71.76%-
XYZ21.3811.687.96-
YUV82.75124.2199.5-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 62.67%
GREEN value IS 33 (13.28% from 255) = 11.30%
BLUE value IS 76 (30.08% from 255) = 26.03%
R=62.67%
G=11.30%
B=26.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.58
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183337600.820.580.28342.869.4442.35
HexB7214C0523A1C157452a
Octal267411140122723452710552
Binary10110111100001100110001010010111010111001010101111000101101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7214C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7214C; }

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

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

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

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

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

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

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

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