#B4314A

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

Shades of Old Rose #B4314A

Tints of Old Rose #B4314A

Color information

#B4314A (or 0xB4314A) is unknown color: approx Old Rose. HEX triplet: B4, 31 and 4A. RGB value is (180,49,74). Sum of RGB (Red+Green+Blue) = 180+49+74=303 (40% of max value = 765). Red value is 180 (70.70% from 255 or 59.41% from 303); Green value is 49 (19.53% from 255 or 16.17% from 303); Blue value is 74 (29.30% from 255 or 24.42% from 303); Max value from RGB is 180 - color contains mainly: red. Hex color #B4314A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #B4314A is #4BCEB5. Grayscale: #5B5B5B. Windows color (decimal): -4968118 or 4862388. OLE color: 4862388.

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

Color convert

RGB1804974-
CMYK00.730.590.29
HSL348.55º57.21%44.9%-
HSV(B)348.55º72.78%70.59%-
XYZ21.1612.397.76-
YUV91.02118.4191.47-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 59.41%
GREEN value IS 49 (19.53% from 255) = 16.17%
BLUE value IS 74 (29.30% from 255) = 24.42%
R=59.41%
G=16.17%
B=24.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.59
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal180497400.730.590.29348.5557.2144.9
HexB4314A0493B1D15d392d
Octal26461112011173355357155
Binary1011010011000110010100100100111101111101101011101111001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4314A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4314A; }

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

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

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

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

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

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

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

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