#B7224F

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

Shades of Old Rose #B7224F

Tints of Old Rose #B7224F

Color information

#B7224F (or 0xB7224F) is unknown color: approx Old Rose. HEX triplet: B7, 22 and 4F. RGB value is (183,34,79). Sum of RGB (Red+Green+Blue) = 183+34+79=296 (39% of max value = 765). Red value is 183 (71.88% from 255 or 61.82% from 296); Green value is 34 (13.67% from 255 or 11.49% from 296); Blue value is 79 (31.25% from 255 or 26.69% from 296); Max value from RGB is 183 - color contains mainly: red. Hex color #B7224F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B7224F is #48DDB0. Grayscale: #535353. Windows color (decimal): -4775345 or 5186231. OLE color: 5186231.

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

Color convert

RGB1833479-
CMYK00.810.570.28
HSL341.88º68.66%42.55%-
HSV(B)341.88º81.42%71.76%-
XYZ21.5111.788.54-
YUV83.68125.36198.84-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 61.82%
GREEN value IS 34 (13.67% from 255) = 11.49%
BLUE value IS 79 (31.25% from 255) = 26.69%
R=61.82%
G=11.49%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.57
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal183347900.810.570.28341.8868.6642.55
HexB7224F051391C156452b
Octal267421170121713452610553
Binary10110111100010100111101010001111001111001010101101000101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7224F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7224F; }

 p { color: rgb(183,34,79); }

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

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

 a { background-color: rgb(183,34,79); }

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

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

 span { border-color: rgb(183,34,79); }

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