#B8314C

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

Shades of Old Rose #B8314C

Tints of Old Rose #B8314C

Color information

#B8314C (or 0xB8314C) is unknown color: approx Old Rose. HEX triplet: B8, 31 and 4C. RGB value is (184,49,76). Sum of RGB (Red+Green+Blue) = 184+49+76=309 (40% of max value = 765). Red value is 184 (72.27% from 255 or 59.55% from 309); Green value is 49 (19.53% from 255 or 15.86% from 309); Blue value is 76 (30.08% from 255 or 24.60% from 309); Max value from RGB is 184 - color contains mainly: red. Hex color #B8314C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B8314C is #47CEB3. Grayscale: #5C5C5C. Windows color (decimal): -4705972 or 4993464. OLE color: 4993464.

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

Color convert

RGB1844976-
CMYK00.730.590.28
HSL348º57.94%45.69%-
HSV(B)348º73.37%72.16%-
XYZ22.1712.918.16-
YUV92.44118.73193.3-

RGB Variations

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

RGB

RED value IS 184 (72.27% from 255) = 59.55%
GREEN value IS 49 (19.53% from 255) = 15.86%
BLUE value IS 76 (30.08% from 255) = 24.60%
R=59.55%
G=15.86%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.59
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal184497600.730.590.2834857.9445.69
HexB8314C0493B1C15c3a2e
Octal27061114011173345347256
Binary1011100011000110011000100100111101111100101011100111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B8314C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B8314C; }

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

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

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

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

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

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

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

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