#B4314C

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

Shades of Old Rose #B4314C

Tints of Old Rose #B4314C

Color information

#B4314C (or 0xB4314C) is unknown color: approx Old Rose. HEX triplet: B4, 31 and 4C. RGB value is (180,49,76). Sum of RGB (Red+Green+Blue) = 180+49+76=305 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.02% from 305); Green value is 49 (19.53% from 255 or 16.07% from 305); Blue value is 76 (30.08% from 255 or 24.92% from 305); Max value from RGB is 180 - color contains mainly: red. Hex color #B4314C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4314C is #4BCEB3. Grayscale: #5B5B5B. Windows color (decimal): -4968116 or 4993460. OLE color: 4993460.

HSL color Cylindrical-coordinate representation of color #B4314C: hue angle of 347.63º degrees, saturation: 0.57, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #B4314C is Cyan = 0, Magento = 0.73, Yellow = 0.58 and Black (K on CMYK) = 0.29.

Color convert

RGB1804976-
CMYK00.730.580.29
HSL347.63º57.21%44.9%-
HSV(B)347.63º72.78%70.59%-
XYZ21.2312.428.12-
YUV91.25119.4191.3-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 59.02%
GREEN value IS 49 (19.53% from 255) = 16.07%
BLUE value IS 76 (30.08% from 255) = 24.92%
R=59.02%
G=16.07%
B=24.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.58
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180497600.730.580.29347.6357.2144.9
HexB4314C0493A1D15c392d
Octal26461114011172355347155
Binary1011010011000110011000100100111101011101101011100111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4314C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4314C; }

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

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

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

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

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

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

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

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