#B9314A

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

Shades of Old Rose #B9314A

Tints of Old Rose #B9314A

Color information

#B9314A (or 0xB9314A) is unknown color: approx Old Rose. HEX triplet: B9, 31 and 4A. RGB value is (185,49,74). Sum of RGB (Red+Green+Blue) = 185+49+74=308 (40% of max value = 765). Red value is 185 (72.66% from 255 or 60.06% from 308); Green value is 49 (19.53% from 255 or 15.91% from 308); Blue value is 74 (29.30% from 255 or 24.03% from 308); Max value from RGB is 185 - color contains mainly: red. Hex color #B9314A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B9314A is #46CEB5. Grayscale: #5C5C5C. Windows color (decimal): -4640438 or 4862393. OLE color: 4862393.

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

Color convert

RGB1854974-
CMYK00.740.60.27
HSL348.97º58.12%45.88%-
HSV(B)348.97º73.51%72.55%-
XYZ22.3413.017.81-
YUV92.51117.56193.97-

RGB Variations

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

RGB

RED value IS 185 (72.66% from 255) = 60.06%
GREEN value IS 49 (19.53% from 255) = 15.91%
BLUE value IS 74 (29.30% from 255) = 24.03%
R=60.06%
G=15.91%
B=24.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.74
Y (Yellow) values IS 0.6
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal185497400.740.60.27348.9758.1245.88
HexB9314A04A3C1B15d3a2e
Octal27161112011274335357256
Binary1011100111000110010100100101011110011011101011101111010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B9314A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B9314A; }

 p { color: rgb(185,49,74); }

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

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

 a { background-color: rgb(185,49,74); }

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

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

 span { border-color: rgb(185,49,74); }

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