#B4314D

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

Shades of Old Rose #B4314D

Tints of Old Rose #B4314D

Color information

#B4314D (or 0xB4314D) is unknown color: approx Old Rose. HEX triplet: B4, 31 and 4D. RGB value is (180,49,77). Sum of RGB (Red+Green+Blue) = 180+49+77=306 (40% of max value = 765). Red value is 180 (70.70% from 255 or 58.82% from 306); Green value is 49 (19.53% from 255 or 16.01% from 306); Blue value is 77 (30.47% from 255 or 25.16% from 306); Max value from RGB is 180 - color contains mainly: red. Hex color #B4314D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #B4314D is #4BCEB2. Grayscale: #5B5B5B. Windows color (decimal): -4968115 or 5058996. OLE color: 5058996.

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

Color convert

RGB1804977-
CMYK00.730.570.29
HSL347.18º57.21%44.9%-
HSV(B)347.18º72.78%70.59%-
XYZ21.2612.448.3-
YUV91.36119.9191.22-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 58.82%
GREEN value IS 49 (19.53% from 255) = 16.01%
BLUE value IS 77 (30.47% from 255) = 25.16%
R=58.82%
G=16.01%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.57
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180497700.730.570.29347.1857.2144.9
HexB4314D049391D15b392d
Octal26461115011171355337155
Binary1011010011000110011010100100111100111101101011011111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4314D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4314D; }

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

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

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

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

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

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

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

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